wenbang commented on a change in pull request #1742:
URL: https://github.com/apache/hbase/pull/1742#discussion_r428415094
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide5.java
##########
@@ -2274,6 +2274,21 @@ public void testCellSizeLimit() throws IOException {
// expected
}
}
+ //test cell size no limit
+ final TableName noLimitTable = TableName.valueOf("testCellSizeNoLimit");
Review comment:
Good suggestion, done.
----------------------------------------------------------------
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]