-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
[SPARK-19988][TEST] Use the database after Hive's current Database is dropped #17344
Conversation
cc @windpiger |
Test build #74807 has started for PR 17344 at commit |
This test case passed, but we still have multiple other test cases failed. |
LGTM,but why maven test has this problem? |
No idea. We need to monitor the mvn builds more closely. This flaky test case also impacts the sbt build. Let me merge this first. Then, we can continue to clean the others. |
Let us run the SBT build too. |
test this please |
Test build #74829 has finished for PR 17344 at commit
|
Thanks! Merging to master. |
It looks like this has the wrong JIRA id and should be SPARK-19988? I've marked that jira as resolved by this PR, but let me know if I've misunderstood things here. |
Also @gatorsmile don't forget to update the corresponding JIRA when you merge a PR. |
Sorry, I did not realize we have such a JIRA. We just hit it in another PR and simply fix it. Thanks! Originally, I thought it was trivial, and thus I did not open a separate JIRA. |
What changes were proposed in this pull request?
This PR is to fix the following test failure in maven and the PR #15363.
The test history shows all the maven builds failed this test case with the same error message.
How was this patch tested?
N/A