You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/04/30 03:41:01 UTC

[GitHub] [hbase] Apache-HBase commented on a change in pull request #201: HBASE-21714 Deprecated isTableAvailableWithSplit method in thrift module

Apache-HBase commented on a change in pull request #201: HBASE-21714 Deprecated isTableAvailableWithSplit method in thrift module
URL: https://github.com/apache/hbase/pull/201#discussion_r279606047
 
 

 ##########
 File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
 ##########
 @@ -702,13 +702,7 @@ public boolean isTableAvailable(TTableName tableName) throws TIOError, TExceptio
       throw getTIOError(e);
     }
   }
-
-  @Override
-  public boolean isTableAvailableWithSplit(TTableName tableName, List<ByteBuffer> splitKeys)
-      throws TIOError, TException {
-    throw new NotImplementedException("isTableAvailableWithSplit not supported");
-  }
-
+  
 
 Review comment:
   whitespace:end of line
   

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


With regards,
Apache Git Services