[SPARK-51983][PS] Prepare the test environment for pandas API on Spark with ANSI mode enabled #50779
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Prepares the test environment for pandas API on Spark with ANSI mode enabled.
compute.ansi_mode_support
to keep the current behavior (defaultFalse
)True
by defaultpyspark-pandas
tests run in the nightly Non-ANSI test to also run skipped tests with Non-ANSI modeWhy are the changes needed?
Currently pandas API on Spark doesn't support ANSI mode and show warnings if it's enabled.
Now ANSI mode is enabled by default, pandas API on Spark should also support it.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
The existing tests should pass.
Was this patch authored or co-authored using generative AI tooling?