-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51181][SQL] Enforce determinism when pulling out non determini…
…stic expressions from logical plan ### What changes were proposed in this pull request? Enforce determinism when pulling out non deterministic expressions from logical plan. ### Why are the changes needed? This is needed to avoid plan normalization problem when comparing single-pass and fixed point results. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49935 from mihailoale-db/enforcedeterminismlinkedhashmap. Authored-by: mihailoale-db <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information
1 parent
80fb9d0
commit 18ff7b3
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters