Skip to content

Conversation

@HyukjinKwon
Copy link
Member

@HyukjinKwon HyukjinKwon commented Mar 23, 2020

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.

@HyukjinKwon HyukjinKwon force-pushed the SPARK-31166-followup branch from ce0d668 to e6d3c6f Compare March 23, 2020 12:38
@SparkQA
Copy link

SparkQA commented Mar 23, 2020

Test build #120202 has finished for PR 27990 at commit ce0d668.

  • This patch fails to generate documentation.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Mar 23, 2020

Test build #120203 has finished for PR 27990 at commit e6d3c6f.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member Author

retest this please

@SparkQA
Copy link

SparkQA commented Mar 23, 2020

Test build #120200 has finished for PR 27990 at commit 897c1b4.

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

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM (with only one nit for indentation).

@SparkQA
Copy link

SparkQA commented Mar 23, 2020

Test build #120210 has finished for PR 27990 at commit e6d3c6f.

  • This patch fails PySpark pip packaging tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun
Copy link
Member

Retest this please.

@SparkQA
Copy link

SparkQA commented Mar 23, 2020

Test build #120218 has finished for PR 27990 at commit e6d3c6f.

  • This patch fails PySpark pip packaging tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@maropu
Copy link
Member

maropu commented Mar 23, 2020

retest this please

@SparkQA
Copy link

SparkQA commented Mar 24, 2020

Test build #120221 has finished for PR 27990 at commit e6d3c6f.

  • This patch fails PySpark pip packaging tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Mar 24, 2020

Test build #120224 has finished for PR 27990 at commit ed1eae0.

  • This patch fails PySpark pip packaging tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member Author

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

HyukjinKwon added a commit that referenced this pull request Mar 24, 2020
…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 <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit bd32400)
Signed-off-by: HyukjinKwon <[email protected]>
sjincho pushed a commit to sjincho/spark that referenced this pull request Apr 15, 2020
…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.

Closes apache#27990 from HyukjinKwon/SPARK-31166-followup.

Authored-by: HyukjinKwon <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
@HyukjinKwon HyukjinKwon deleted the SPARK-31166-followup branch July 27, 2020 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants