beliefer opened a new pull request, #43620:
URL: https://github.com/apache/spark/pull/43620

   ### What changes were proposed in this pull request?
   Currently, Spark supported partial Hadoop compression codecs, but the Hadoop 
supported compression codecs and spark supported are not completely one-on-one 
due to Spark introduce two fake compression codecs none and uncompress.
   There are a lot of magic strings copy from Hadoop compression codecs. This 
issue lead to developers need to manually maintain its consistency. It is easy 
to make mistakes and reduce development efficiency.
   
   
   ### Why are the changes needed?
   Let developers easy to use Hadoop compression codecs.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   Introduce a new class.
   
   
   ### How was this patch tested?
   Exists test cases.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   'No'.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to