Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Parquet Writer tests on [databricks] 14.3 #11673

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

mythrocks
Copy link
Collaborator

Fixes #11534.

This commit fixes the test failures in parquet_write_test.py, as listed on #11534.

This is an extension of the changes made in #11615, which attempted to address similar failures on Apache Spark 4.

Most of the test failures pertain to legacy Parquet writer settings and conf keys which were removed on Spark 4. A stray test involves a change in how the test gleans description strings from exceptions.

Fixes NVIDIA#11534.

This commit fixes the test failures in `parquet_write_test.py`, as
listed on NVIDIA#11534.

This is an extension of the changes made in NVIDIA#11615, which attempted to
address similar failures on Apache Spark 4.

Most of the test failures pertain to legacy Parquet writer settings and
conf keys which were removed on Spark 4.  A stray test involves a change
in how the test gleans description strings from exceptions.

Signed-off-by: MithunR <[email protected]>
@mythrocks mythrocks self-assigned this Oct 29, 2024
@mythrocks mythrocks added the test Only impacts tests label Oct 29, 2024
@mythrocks
Copy link
Collaborator Author

Build

@mythrocks
Copy link
Collaborator Author

Build

@mythrocks mythrocks changed the title Fix Parquet Writer tests on Databricks 14.3 Fix Parquet Writer tests on [databricks] 14.3 Oct 30, 2024
@mythrocks
Copy link
Collaborator Author

Build

@mythrocks
Copy link
Collaborator Author

@razajafri, I've moved the tests over to use the new conf names. Good suggestion. This reduces the code on the test-side.

If this is agreeable, shall we check this in? (We'll ignore the failure against Spark 4.0 for the moment.)

@mythrocks mythrocks merged commit 61acf56 into NVIDIA:branch-24.12 Nov 6, 2024
46 of 47 checks passed
@mythrocks
Copy link
Collaborator Author

Thank you for the reviews, @revans2, @razajafri. I've merged this change as well.

@mythrocks mythrocks deleted the db-14.3-parquet-write-test branch November 6, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Parquet Writer tests on Databricks 14.3
3 participants