milleruntime opened a new issue #483: Refactor Compression.java
URL: https://github.com/apache/accumulo/issues/483
 
 
   Follow on to #438.  We forked Compression.java from Hadoop at one point and 
then continued adding new compression Codecs to this enum.  The only codecs 
Hadoop has in this class are just GZ and LZO: 
https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/file/tfile/Compression.java
   So there is no need for us to have this class the way it is and we can 
condense the enum, reducing duplicate code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to