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:
[email protected]
With regards,
Apache Git Services