NihalJain commented on code in PR #7173: URL: https://github.com/apache/hbase/pull/7173#discussion_r2232586849
########## hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestRegionSplitter.java: ########## @@ -108,6 +109,35 @@ public void testCreatePresplitTableHex() throws Exception { TableName.valueOf(name.getMethodName())); } + /** + * Test creating a pre-split table and splitting it again using the HexStringSplit and + * DecimalStringSplit algorithms. + */ + @Test + public void testSplitPresplitTable() throws Exception { Review Comment: Thanks for detailed redponse @junegunn -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org