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-14001][SQL] support multi-children Union in SQLBuilder #11818

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

The fix is simple, use the existing CombineUnions rule to combine adjacent Unions before build SQL string.

How was this patch tested?

The re-enabled test

@cloud-fan
Copy link
Contributor Author

cc @liancheng @yhuai

@liancheng
Copy link
Contributor

LGTM

@liancheng
Copy link
Contributor

This PR together with #11786 fix all test failures found in #11782. We can merge #11782 after merging this one.

cc @yhuai

@SparkQA
Copy link

SparkQA commented Mar 18, 2016

Test build #53527 has finished for PR 11818 at commit 723e2af.

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

@liancheng
Copy link
Contributor

Merging to master.

@asfgit asfgit closed this in 0f1015f Mar 18, 2016
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?

The fix is simple, use the existing `CombineUnions` rule to combine adjacent Unions before build SQL string.

## How was this patch tested?

The re-enabled test

Author: Wenchen Fan <wenchen@databricks.com>

Closes apache#11818 from cloud-fan/bug-fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants