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/07/12 00:21:32 UTC

[GitHub] [arrow-datafusion] andygrove commented on issue #2877: hash_join panics ('called `Option::unwrap()` on a `None` value)

andygrove commented on issue #2877:
URL: https://github.com/apache/arrow-datafusion/issues/2877#issuecomment-1181164759

   I think the issue is that we don't have type coercion for join keys so joining a number column to a string can cause this. in `fn equal_rows` we are making assumptions that left and right columns have the same data type.


-- 
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