Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31954][SQL] Delete duplicate testcase in HiveQuerySuite - #28782
Closed
GuoPhilipse wants to merge 17 commits into
Closed
[SPARK-31954][SQL] Delete duplicate testcase in HiveQuerySuite#28782GuoPhilipse wants to merge 17 commits into
GuoPhilipse wants to merge 17 commits into
Conversation
update masterbranch
maropu
commented
Jun 10, 2020
Member
ok to test |
maropu
reviewed
Jun 10, 2020
| } | ||
| createQueryTest("timestamp cast #4", | ||
| "SELECT CAST(CAST(1.2 AS TIMESTAMP) AS DOUBLE) FROM src LIMIT 1") |
Member
There was a problem hiding this comment.
hm, as you suggested, the test looks duplicate. cc: @HyukjinKwon@viirya
SparkQA
commented
Jun 10, 2020
Test build #123760 has finished for PR 28782 at commit
|
viirya
reviewed
Jun 10, 2020
Comment on lines
-583
to
-585
| createQueryTest("timestamp cast #8", | ||
| "SELECT CAST(CAST(-1.2 AS TIMESTAMP) AS DOUBLE) FROM src LIMIT 1") | ||
Member
Member
There was a problem hiding this comment.
Yeah, we can rename them to make it prettier.
GuoPhilipse
commented
Jun 11, 2020
MemberAuthor
have adjusted test case order and rename test result file to look more pretty |
SparkQA
commented
Jun 11, 2020
Test build #123819 has finished for PR 28782 at commit
|
GuoPhilipse
commented
Jun 11, 2020
MemberAuthor
retest this please |
1 similar comment
HyukjinKwon
commented
Jun 11, 2020
Member
retest this please |
SparkQA
commented
Jun 11, 2020
Test build #123838 has finished for PR 28782 at commit
|
HyukjinKwon
commented
Jun 11, 2020
Member
Merged to master, branch-3.0 and branch-2.4. |
HyukjinKwon pushed a commit
that referenced
this pull request
Jun 11, 2020
### What changes were proposed in this pull request? remove duplicate test cases ### Why are the changes needed? improve test quality ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? No test Closes#28782 from GuoPhilipse/31954-delete-duplicate-testcase. Lead-authored-by: GuoPhilipse <46367746+GuoPhilipse@users.noreply.github.com> Co-authored-by: GuoPhilipse <guofei_ok@126.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 912d45d) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
HyukjinKwon pushed a commit
that referenced
this pull request
Jun 11, 2020
### What changes were proposed in this pull request? remove duplicate test cases ### Why are the changes needed? improve test quality ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? No test Closes#28782 from GuoPhilipse/31954-delete-duplicate-testcase. Lead-authored-by: GuoPhilipse <46367746+GuoPhilipse@users.noreply.github.com> Co-authored-by: GuoPhilipse <guofei_ok@126.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 912d45d) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
holdenk pushed a commit
to holdenk/spark
that referenced
this pull request
Jun 25, 2020
### What changes were proposed in this pull request? remove duplicate test cases ### Why are the changes needed? improve test quality ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? No test Closesapache#28782 from GuoPhilipse/31954-delete-duplicate-testcase. Lead-authored-by: GuoPhilipse <46367746+GuoPhilipse@users.noreply.github.com> Co-authored-by: GuoPhilipse <guofei_ok@126.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 912d45d) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
remove duplicate test cases
Why are the changes needed?
improve test quality
Does this PR introduce any user-facing change?
NO
How was this patch tested?
No test