shuke987 commented on code in PR #24440: URL: https://github.com/apache/doris/pull/24440#discussion_r1326927449
########## regression-test/suites/compaction/test_full_compaction_by_table_id.groovy: ########## @@ -120,12 +120,12 @@ suite("test_full_compaction_by_table_id") { String tablet_id = tablets[i][0] String[][] tablet_info = sql """ show tablet ${tablet_id}; """ logger.info("tablet"+tablet_info) - table_id = tablet_info[0][5] - backend_id = tablets[i][2] - times = 1 + def table_id = tablet_info[0][5] + def backend_id = tablets[i][2] + def times = 1 do{ - (code, out, err) = be_run_full_compaction_by_table_id(backendId_to_backendIP.get(backend_id), backendId_to_backendHttpPort.get(backend_id), table_id) + def (code, out, err) = be_run_full_compaction_by_table_id(backendId_to_backendIP.get(backend_id), backendId_to_backendHttpPort.get(backend_id), table_id) Review Comment: pls fix this at line 108 too -- 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