wchevreuil commented on a change in pull request #3693:
URL: https://github.com/apache/hbase/pull/3693#discussion_r713764952
##########
File path:
hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift/DemoClient.java
##########
@@ -124,14 +124,15 @@ private void run() throws Exception {
Hbase.Client client = new Hbase.Client(protocol);
byte[] t = bytes("demo_table");
+ ByteBuffer disabledTable = ByteBuffer.wrap(bytes("disabled_table"));
Review comment:
nit: Since we are here, can you convert `demo_table` above in the same
way, so that we can simplify the `if` check on line #135?
--
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]