Closed
Description
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?
- OS: [e.g. iOS]
- Version [e.g. 22]
- Plugins
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.