[BUG][async-query] named_struct
is considered as UDF and raise validation error
#3237
Labels
bug
Something isn't working
What is the bug?
When
named_struct
function is used in SQL query for async-query, it is considered as UDF and raise validation error "User Defined functions is not allowed."
How can one reproduce the bug?
Execute "SELECT named_struct("a", 1)" for async-query.
What is the expected behavior?
It should allow the execution.
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
We should check if there is any other uncovered function.
The text was updated successfully, but these errors were encountered: