Github user nsyca commented on the issue:

    https://github.com/apache/spark/pull/17286
  
    @gatorsmile An equality join in most cases has a better filtering than an 
inequality join. This can be used heuristically. However, this is not always 
true. An equality join can be a lookup join from a fact table to a dimension 
table that it does not reduce anything but an inequality join such as a range 
join over time period. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to