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-52264][PS][TESTS] Test divide-by-zero behavior with more numeric data types
### What changes were proposed in this pull request?
Test divide-by-zero behavior with more numeric data types
### Why are the changes needed?
To ensure that divide-by-zero operations in Pandas on Spark behave consistently with native Pandas, also as a safeguard when ANSI mode is enabled. Part of https://issues.apache.org/jira/browse/SPARK-52169.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Test change only
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#50988 from xinrong-meng/test_divide_0_more.
Authored-by: Xinrong Meng <[email protected]>
Signed-off-by: Xinrong Meng <[email protected]>
0 commit comments