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

Add integration test for parquet async writer #11855

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

jihoonson
Copy link
Collaborator

A follow-up to #11730. This PR adds an integration test for the async writer for Parquet. In addition, it fixes a bug that the spark.rapids.sql.asyncWrite.queryOutput.enabled config was effective per SparkContext. It did not allow turning the async write on/off per query within the same SparkContext. It should instead be per-query basis, so that each query can be optimized individually.

@jihoonson jihoonson requested a review from abellina December 10, 2024 23:20
@jihoonson jihoonson force-pushed the async-parquet-it-test branch from 24a525f to 8b1ffa1 Compare December 10, 2024 23:21
@jihoonson
Copy link
Collaborator Author

build

@jihoonson jihoonson merged commit 0764c18 into NVIDIA:branch-25.02 Dec 14, 2024
50 checks passed
@sameerz sameerz added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants