NihalJain commented on code in PR #6249:
URL: https://github.com/apache/hbase/pull/6249#discussion_r1761781015


##########
hbase-common/src/test/java/org/apache/hadoop/hbase/io/compress/CompressionTestBase.java:
##########
@@ -26,7 +26,7 @@
 import org.apache.hadoop.conf.Configurable;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
-import org.apache.hadoop.hbase.util.RandomDistribution;
+import org.apache.hadoop.hbase.util.RandomDistributionCopy;

Review Comment:
   Created a copy just to bring out the all the usages of the class: 
RandomDistribution to help decide where we move this in final patch.



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