Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/12850
  
    UDF is the first thing I came out, and yes, it must be deterministic. But 
as we have the `deterministic` property in `Expression`, I think it's possible 
for users to create non-deterministic expressions, e.g. `ScalaUDAF`, or other 
API we may create in the future, then the execution order matters.
    
    You can still improve this PR to handle non-deterministic cases, but that 
will make this PR more complex and harder to reason about, which may not worth.
    
    cc @davies 


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

Reply via email to