comphead commented on issue #3797:
URL:
https://github.com/apache/arrow-datafusion/issues/3797#issuecomment-1275257321
@andygrove what is expected behavior?
I can see 1 test `in_list_types()` failed but this is because the test
itself is wrong.
`.project(vec![col("c12").lt_eq(lit(0.025)).in_list(list, false)])`
lt_eq returns boolean and the projection == `boolean in (string, boolean)`
and expectedly failed.
We can remove this piece of test, as it doesn't make much sense
--
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]