Skip to content

Conversation

@viirya
Copy link
Member

@viirya viirya commented Mar 24, 2016

What changes were proposed in this pull request?

JIRA: https://issues.apache.org/jira/browse/SPARK-14111

We use output of logical plan as schema. Output nullablity is important and we should keep its correctness.

With constraints and optimization, in fact we will change output nullability of logical plans. But we don't reflect such changes in the output attributes. So the output nullablity is not correct now.

How was this patch tested?

Modified InferFiltersFromConstraintsSuite and AnalysisSuite. Existing tests.

@SparkQA
Copy link

SparkQA commented Mar 24, 2016

Test build #53997 has finished for PR 11926 at commit 5912fd3.

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

@viirya
Copy link
Member Author

viirya commented Mar 24, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Mar 24, 2016

Test build #54002 has finished for PR 11926 at commit 5912fd3.

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

@viirya
Copy link
Member Author

viirya commented Mar 24, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Mar 24, 2016

Test build #54015 has finished for PR 11926 at commit 5912fd3.

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

@viirya
Copy link
Member Author

viirya commented Mar 24, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Mar 24, 2016

Test build #54024 has finished for PR 11926 at commit 5912fd3.

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

@viirya
Copy link
Member Author

viirya commented Mar 24, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Mar 24, 2016

Test build #54045 has finished for PR 11926 at commit 5912fd3.

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

@SparkQA
Copy link

SparkQA commented Mar 25, 2016

Test build #54164 has finished for PR 11926 at commit 13ad172.

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

@SparkQA
Copy link

SparkQA commented Mar 27, 2016

Test build #54283 has finished for PR 11926 at commit c6dabcd.

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

@viirya
Copy link
Member Author

viirya commented Mar 28, 2016

The failed tests are due to another bug in Expand operator's constraints. Submitted #11995 to fix it.

@viirya
Copy link
Member Author

viirya commented Apr 19, 2016

Close this and think better solution.

@viirya viirya closed this Apr 19, 2016
@viirya viirya deleted the output-nullable-with-constraint3 branch December 27, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants