dbtsai commented on pull request #2159:
URL: https://github.com/apache/hadoop/pull/2159#issuecomment-693017315


   cc @viirya 
   
   @steveloughran We are thinking the same. For example, if we add 
`hadoop-compression` module, and move all the codecs such as `snappy`, `lz4`, 
`gzip`, and `bzip` there, other projects such as Parquet can directly depend on 
it without reimplementing their compression codec. Literally, many projects 
reimplement the codec using the same interface which we will be able to avoid 
by moving it into a separate module.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to