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 Spark-3.4 test failure in AdaptiveQueryExecSuite #8152

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Apr 19, 2023

This fixes #7756 .

Test was failing against Spark-3.4 because the plan includes the new WriteFilesExec operator. Added WriteFilesExec in RapidsConf.TEST_ALLOWED_NONGPU.key .
Now all tests in AdaptiveQueryExecSuite are passing.

@nartal1 nartal1 added test Only impacts tests Spark 3.4+ Spark 3.4+ issues labels Apr 19, 2023
@nartal1 nartal1 requested review from andygrove and NVnavkumar April 19, 2023 23:50
@nartal1 nartal1 self-assigned this Apr 19, 2023
@nartal1
Copy link
Collaborator Author

nartal1 commented Apr 20, 2023

build

@nartal1 nartal1 merged commit 2a3b26a into NVIDIA:branch-23.06 Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Spark 3.4+ Spark 3.4+ issues test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Unit test failure in AdaptiveQueryExecSuite on Spark-3.4
2 participants