ndimiduk commented on code in PR #6037:
URL: https://github.com/apache/hbase/pull/6037#discussion_r1662979076


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/io/compress/Compression.java:
##########
@@ -554,6 +554,7 @@ private static CompressionCodec buildCodec(final 
Configuration conf, final Algor
         throw new RuntimeException("No codec configured for " + algo.confKey);
       }
       Class<?> codecClass = getClassLoaderForCodec().loadClass(codecClassName);
+      // The class is from hadoop so we use hadoop's ReflectionUtils to create 
it

Review Comment:
   👍



-- 
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: [email protected]

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

Reply via email to