Github user viirya commented on the issue:
https://github.com/apache/spark/pull/18652
@gatorsmile When the flag is enabled, we don't follow Hive on
non-deterministic join conditions.
The difference are:
* Hive allows non-deterministic expressions in equi join keys and other
join conditions. We only allow the kind of expressions as equi join keys.
* From the inspection on Hive, non-deterministic expressions when used as
join conditions, are not treated in different way than deterministic ones. We
pull non-deterministic equi join keys from Join operators.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]