Skip to content

Commit

Permalink
Fixed lua unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 24, 2024
1 parent 62a089c commit 2cdeb0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_query_handler_runner = {
parameter = "param"
},
},
query = "SELECT UDF_SCHEMA.UDF_NAME(" ..
query = "SELECT \"UDF_SCHEMA\".\"UDF_NAME\"(" ..
"0,'bfs_conn','directory','db_name_1122334455_1','temp_schema'," ..
"'cls_name','package.module','param')",
return_query_result = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test_query_loop = {
parameter = "param"
},
},
query = "SELECT UDF_SCHEMA.UDF_NAME(" ..
query = "SELECT \"UDF_SCHEMA\".\"UDF_NAME\"(" ..
"0,'bfs_conn','directory','db_name_1122334455_1','temp_schema'," ..
"'cls_name','package.module','param')"
},
Expand All @@ -76,7 +76,7 @@ test_query_loop = {
parameter = "param"
},
},
query = "SELECT script_schema.AAF_QUERY_HANDLER_UDF(" ..
query = "SELECT \"script_schema\".\"AAF_QUERY_HANDLER_UDF\"(" ..
"0,'bfs_conn','directory','db_name_1122334455_1','temp_schema'," ..
"'cls_name','package.module','param')"
},
Expand Down

0 comments on commit 2cdeb0d

Please sign in to comment.