hust-hhb commented on code in PR #33025:
URL: https://github.com/apache/doris/pull/33025#discussion_r1559193993
##########
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
doris not support select checksum now, so i use md5 function to do checksum,
take a look please @zhannngchen
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]