Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve](udf) support load data with udf functions #43029

Merged
merged 5 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update name
zhangstar333 committed Nov 4, 2024
commit fe1975257623490998a08f400fa19943f26b4d3f
Original file line number Diff line number Diff line change
@@ -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())