bitoffdev commented on a change in pull request #1959:
URL: https://github.com/apache/hbase/pull/1959#discussion_r445012104
##########
File path: hbase-shell/src/main/ruby/hbase/admin.rb
##########
@@ -25,6 +25,8 @@
java_import org.apache.hadoop.hbase.util.Bytes
java_import org.apache.hadoop.hbase.ServerName
java_import org.apache.hadoop.hbase.TableName
+java_import org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
Review comment:
As of my most recent commit, the symbols HTableDescriptor and
HColumnDescriptor are not present in the hbase-shell module, which I verified
via `grep -r 'HColumnDescriptor\|HTableDescriptor' hbase-shell`
----------------------------------------------------------------
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]