Closed
Description
Describe the bug
I am getting an error when i try to use the in_list expression: "Error during planning: Invalid function 'in_list'"
To Reproduce
I am running this query in SessionContext::sql
btw
select in_list('word', list) from data
where list is a utf8 array
Expected behavior
to return 'true'