924060929 commented on code in PR #33794: URL: https://github.com/apache/doris/pull/33794#discussion_r1568661125
########## regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy: ########## @@ -601,6 +601,22 @@ class Suite implements GroovyInterceptable { } } + void checkTableData(String tbName1 = null, String tbName2 = null, int dataIndex = 0) { + def tb1Result = sql "select * FROM ${tbName1}" + def tb2Result = sql "select * FROM ${tbName2}" Review Comment: the result maybe different because random order, and decimal accuracy -- 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