Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Nov 4, 2024
1 parent 8f057ea commit fe19752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ suite("test_routine_load_with_udf","p0") {
def count = 0
while (true) {
res = sql "select count(*) from ${tableName}"
def state = sql "show routine load for test_routine_load_with_udf"
def state = sql "show routine load for test_udf_load"
log.info("routine load state: ${state[0][8].toString()}".toString())
log.info("routine load statistic: ${state[0][14].toString()}".toString())
log.info("reason of state changed: ${state[0][17].toString()}".toString())
Expand Down

0 comments on commit fe19752

Please sign in to comment.