freemandealer commented on code in PR #53406:
URL: https://github.com/apache/doris/pull/53406#discussion_r2210539156
##########
regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/table/test_warm_up_tables.groovy:
##########
@@ -25,7 +25,7 @@ suite("test_warm_up_tables") {
}
def getTablesFromShowCommand = { jobId ->
def jobStateResult = sql """ SHOW WARM UP JOB WHERE ID = ${jobId} """
- return jobStateResult[0][9]
+ return jobStateResult[0][12]
Review Comment:
@kaijchen needn't modify this test. I'll change it to any.equals to match
with any position
--
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]