petersomogyi commented on a change in pull request #1003: HBASE-23662 : Replace 
HColumnDescriptor(String cf) with ColumnFamilyD…
URL: https://github.com/apache/hbase/pull/1003#discussion_r364371879
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestMobCompactor.java
 ##########
 @@ -119,9 +122,9 @@
   private BufferedMutator bufMut;
   private Table table;
   private static Admin admin;
-  private HTableDescriptor desc;
-  private HColumnDescriptor hcd1;
-  private HColumnDescriptor hcd2;
+  private TableDescriptorBuilder desc;
+  private ColumnFamilyDescriptorBuilder hcd1;
 
 Review comment:
   nit: variables should be renamed now.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to