beliefer opened a new pull request, #36934:
URL: https://github.com/apache/spark/pull/36934

   ### What changes were proposed in this pull request?
   Currently, `InferFiltersFromConstraints` construct a new `Filter` which 
condition without the same order in scala 2.12 and 2.13
   
   It seems `--` of `ExpressionSet` cannot guarantee the order of elements.
   
   The behavior lead to 
https://github.com/apache/spark/pull/35947#discussion_r901193520
   
   
   ### Why are the changes needed?
   Fix bug
   
   
   ### Does this PR introduce _any_ user-facing change?
   'Yes'.
   The behavior will be consistent between scala 2.12 and 2.13
   
   
   ### How was this patch tested?
   Exists tests.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to