zhannngchen commented on code in PR #33025: URL: https://github.com/apache/doris/pull/33025#discussion_r1557513448
########## regression-test/suites/segcompaction_p2/test_segcompaction_agg_keys.groovy: ########## @@ -111,6 +111,51 @@ suite("test_segcompaction_agg_keys") { String[][] tablets = sql """ show tablets from ${tableName}; """ + def count_src = sql " select count() from ${tableName}; " + assertTrue(count_src[0][0] > 0) + logger.info("got rows: ${count_src[0][0]}") + + // test partial update + def tableName2 = "segcompaction_agg_keys_regression_test_big_table" Review Comment: add a data correctness check, e.g. select checksum for every column -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org