You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/11 20:46:41 UTC

[GitHub] [arrow-datafusion] comphead commented on issue #3797: `type_coercion` internal error "cannot find compatible type"

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org