viirya commented on pull request #2297:
URL: https://github.com/apache/hadoop/pull/2297#issuecomment-702273856


   Hmm, for CompressDecompressTester.java, it seems to me that it is from 
original code?
   
   ```java
       else if (compressor.getClass().isAssignableFrom(ZlibCompressor.class)) {
         return ZlibFactory.isNativeZlibLoaded(new Configuration());
   -    }              
   -    else if (compressor.getClass().isAssignableFrom(SnappyCompressor.class)
   -            && isNativeSnappyLoadable())
   +    }
   +    else if (compressor.getClass().isAssignableFrom(SnappyCompressor.class))
   ```
   
   Anyway, I can fix it here if you think it is ok.
   
   


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