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 2021/06/06 09:54:32 UTC

[GitHub] [arrow-datafusion] jorgecarleitao commented on issue #512: hash_join.rs's create_hashes function panics with float columns with nightly rustc

jorgecarleitao commented on issue #512:
URL: https://github.com/apache/arrow-datafusion/issues/512#issuecomment-855371497


   This is probably related to Rust's unability to support hash for f32 and f64, as `Eq` is still not stabilized for them (and Hash and Eq must be consistent).


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

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