Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31229][SQL][TESTS] Add unit tests TypeCoercion.findTypeForComplex and Cast.canCast in null <> complex types - #27990
Conversation
ce0d668 to
e6d3c6fCompareSparkQA
commented
Mar 23, 2020
Test build #120202 has finished for PR 27990 at commit
|
SparkQA
commented
Mar 23, 2020
Test build #120203 has finished for PR 27990 at commit
|
HyukjinKwon
commented
Mar 23, 2020
retest this please |
SparkQA
commented
Mar 23, 2020
Test build #120200 has finished for PR 27990 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM (with only one nit for indentation).
SparkQA
commented
Mar 23, 2020
Test build #120210 has finished for PR 27990 at commit
|
dongjoon-hyun
commented
Mar 23, 2020
Retest this please. |
SparkQA
commented
Mar 23, 2020
Test build #120218 has finished for PR 27990 at commit
|
maropu
commented
Mar 23, 2020
retest this please |
SparkQA
commented
Mar 24, 2020
Test build #120221 has finished for PR 27990 at commit
|
SparkQA
commented
Mar 24, 2020
Test build #120224 has finished for PR 27990 at commit
|
HyukjinKwon
commented
Mar 24, 2020
Let me just merge this - there's nothing related to pip packing test .. Merged to master and branch-3.0. Thanks, @dongjoon-hyun and @maropu |
…lex and Cast.canCast in null <> complex types ### What changes were proposed in this pull request? This PR (SPARK-31229) is rather a followup of #27926 (SPARK-31166). It adds unittests for `TypeCoercion.findTypeForComplex` and `Cast.canCast` about struct, map and array with the respect to null types. ### Why are the changes needed? To detect which scope was broken in the future easily. ### Does this PR introduce any user-facing change? No, it's a test-only. ### How was this patch tested? Unittests were added. Closes#27990 from HyukjinKwon/SPARK-31166-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit bd32400) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
…lex and Cast.canCast in null <> complex types ### What changes were proposed in this pull request? This PR (SPARK-31229) is rather a followup of apache#27926 (SPARK-31166). It adds unittests for `TypeCoercion.findTypeForComplex` and `Cast.canCast` about struct, map and array with the respect to null types. ### Why are the changes needed? To detect which scope was broken in the future easily. ### Does this PR introduce any user-facing change? No, it's a test-only. ### How was this patch tested? Unittests were added. Closesapache#27990 from HyukjinKwon/SPARK-31166-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
This PR (SPARK-31229) is rather a followup of #27926 (SPARK-31166). It adds unittests for
TypeCoercion.findTypeForComplexandCast.canCastabout struct, map and array with the respect to null types.Why are the changes needed?
To detect which scope was broken in the future easily.
Does this PR introduce any user-facing change?
No, it's a test-only.
How was this patch tested?
Unittests were added.