Skip to content

Conversation

@LuciferYang
Copy link
Contributor

What changes were proposed in this pull request?

SingleSessionSuite not do DROP TABLE IF EXISTS test_udtf when test completed, then if we do mvn test HiveThriftBinaryServerSuite, the test case named SPARK-11595 ADD JAR with input path having URL scheme will FAILED because it want to re-create an exists table test_udtf.

Why are the changes needed?

test suite shouldn't rely on their execution order

Does this PR introduce any user-facing change?

no

How was this patch tested?

Manual test,mvn test SingleSessionSuite and HiveThriftBinaryServerSuite in order

@LuciferYang
Copy link
Contributor Author

ping @xuanyuanking

@wangyum
Copy link
Member

wangyum commented Jun 16, 2020

ok to test.

Copy link
Member

@xuanyuanking xuanyuanking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SparkQA
Copy link

SparkQA commented Jun 16, 2020

Test build #124101 has finished for PR 28838 at commit 03bf55f.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

@LuciferYang
Copy link
Contributor Author

retest this please

1 similar comment
@xuanyuanking
Copy link
Member

retest this please

@SparkQA
Copy link

SparkQA commented Jun 16, 2020

Test build #124112 has finished for PR 28838 at commit 03bf55f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member

Merged to master, branch-3.0 and branch-2.4.

HyukjinKwon pushed a commit that referenced this pull request Jun 16, 2020
…e test completed

### What changes were proposed in this pull request?
`SingleSessionSuite` not do `DROP TABLE IF EXISTS test_udtf` when test completed, then if we do mvn test `HiveThriftBinaryServerSuite`, the test case named `SPARK-11595 ADD JAR with input path having URL scheme` will FAILED because it want to re-create an exists table test_udtf.

### Why are the changes needed?
test suite shouldn't rely on their execution order

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
Manual test,mvn test SingleSessionSuite and HiveThriftBinaryServerSuite in order

Closes #28838 from LuciferYang/drop-test-table.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit d24d27f)
Signed-off-by: HyukjinKwon <[email protected]>
HyukjinKwon pushed a commit that referenced this pull request Jun 16, 2020
…e test completed

### What changes were proposed in this pull request?
`SingleSessionSuite` not do `DROP TABLE IF EXISTS test_udtf` when test completed, then if we do mvn test `HiveThriftBinaryServerSuite`, the test case named `SPARK-11595 ADD JAR with input path having URL scheme` will FAILED because it want to re-create an exists table test_udtf.

### Why are the changes needed?
test suite shouldn't rely on their execution order

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
Manual test,mvn test SingleSessionSuite and HiveThriftBinaryServerSuite in order

Closes #28838 from LuciferYang/drop-test-table.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit d24d27f)
Signed-off-by: HyukjinKwon <[email protected]>
@LuciferYang
Copy link
Contributor Author

thx ~ @wangyum @HyukjinKwon @xuanyuanking

@dongjoon-hyun
Copy link
Member

+1, late LGTM. Thanks.

holdenk pushed a commit to holdenk/spark that referenced this pull request Jun 25, 2020
…e test completed

### What changes were proposed in this pull request?
`SingleSessionSuite` not do `DROP TABLE IF EXISTS test_udtf` when test completed, then if we do mvn test `HiveThriftBinaryServerSuite`, the test case named `SPARK-11595 ADD JAR with input path having URL scheme` will FAILED because it want to re-create an exists table test_udtf.

### Why are the changes needed?
test suite shouldn't rely on their execution order

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
Manual test,mvn test SingleSessionSuite and HiveThriftBinaryServerSuite in order

Closes apache#28838 from LuciferYang/drop-test-table.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit d24d27f)
Signed-off-by: HyukjinKwon <[email protected]>
@LuciferYang LuciferYang deleted the drop-test-table branch June 6, 2022 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants