AssHero opened a new pull request, #2702:
URL: https://github.com/apache/arrow-datafusion/pull/2702

   # Which issue does this PR close?
   
   Closes #2145 
   
    # Rationale for this change
   Before generating the hash join logical plan, make sure the data types in 
equal conditions are supported. Otherwise, try 
   cross join instead.
   
   # What changes are included in this PR?
   1. add can_hash func in datafusion/expr/src/utils.rs 
   2. use can_hash in datafusion/expr/src/logical_plan/builder.rs and 
datafusion/sql/src/planner.rs to check if the data type is supported in 
hashjoin or not


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to