BubbaJoe opened a new issue, #6073:
URL: https://github.com/apache/arrow-datafusion/issues/6073
### Describe the bug
# Issue
I am trying to run this query but i am getting this error
`select in_list('word', list) from data`
where list is a utf8 array
# Context
I am running this query in `SessionContext::sql` btw
https://arrow.apache.org/datafusion/user-guide/expressions.html#:~:text=)%20on%20it.-,in_list,-(expr%2C%20list%2C%20negated
```in_list(expr, list, negated)```
### To Reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]