You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-50798][SQL][FOLLOWUP] Normalize expressions with random seed
### What changes were proposed in this pull request?
This PR introduces normalization of expressions with random seed.
### Why are the changes needed?
Single-pass and fixed-point need to produce same plans after normalization, so we need to normalize non-deterministic expressions.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Added a test case to `NormalizePlanSuite`.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#49623 from mihailotim-db/mihailotim-db/normalization_followup_nondeterministic.
Authored-by: Mihailo Timotic <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments