-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34029][SQL][TESTS][FOLLOWUP][test-maven] Move OrcEncryptionSuite to hive module
#31076
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
Conversation
provided dependency explicitly
|
Test build #133760 has finished for PR 31076 at commit
|
|
Kubernetes integration test starting |
provided dependency explicitlyprovided dependency explicitly
|
Retest this please |
This comment has been minimized.
This comment has been minimized.
|
Test build #133764 has finished for PR 31076 at commit
|
provided dependency explicitlyhive module
|
Test build #133772 has finished for PR 31076 at commit
|
|
Kubernetes integration test starting |
|
The |
|
Kubernetes integration test status success |
|
I'll revert the original PR because it seems to take more time. Sorry about the trouble. |
|
It's alright. Thanks for taking a look for this @dongjoon-hyun. |
|
Test build #133775 has finished for PR 31076 at commit
|
What changes were proposed in this pull request?
This PR aims to move
OrcEncryptionSuitefromsql/coretosql/hivemodule.Why are the changes needed?
Currently,
OrcEncryptionSuitepassed in Jenkins and locally withbuild/sbt "sql/testOnly *.OrcEncryptionSuite"while it fails at GitHub Action with
dev/run-tests.py.Does this PR introduce any user-facing change?
No. This is a test dependency.
How was this patch tested?
Pass the GitHub Action.