Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-18376][SQL] Skip subexpression elimination for conditional expressions #15824

Closed

Conversation

viirya
Copy link
Member

@viirya viirya commented Nov 9, 2016

What changes were proposed in this pull request?

As per discussion at #15807, we should disallow subexpression elimination for expressions wrapped in conditional expressions such as If.

How was this patch tested?

Jenkins tests.

Please review https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark before opening a pull request.

@viirya
Copy link
Member Author

viirya commented Nov 9, 2016

cc @cloud-fan @kiszk

@viirya viirya changed the title [SQL] Skip subexpression elimination for conditional expressions [SPARK-18376][SQL] Skip subexpression elimination for conditional expressions Nov 9, 2016
@SparkQA
Copy link

SparkQA commented Nov 9, 2016

Test build #68389 has finished for PR 15824 at commit 548e45f.

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

@viirya
Copy link
Member Author

viirya commented Nov 9, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Nov 9, 2016

Test build #68393 has finished for PR 15824 at commit 548e45f.

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

@viirya
Copy link
Member Author

viirya commented Nov 9, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Nov 9, 2016

Test build #68394 has finished for PR 15824 at commit 548e45f.

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

@viirya
Copy link
Member Author

viirya commented Nov 9, 2016

Close this for now because we might prefer other solution.

@viirya viirya closed this Nov 9, 2016
@viirya viirya deleted the no-subexpr-eliminate-conditionexpr branch December 27, 2023 18:34
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