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-12275][SQL] No plan for BroadcastHint in some condition - 1.5 backport #10291

Closed

Conversation

yucai
Copy link
Contributor

@yucai yucai commented Dec 14, 2015

backport #10265 to branch 1.5.

When SparkStrategies.BasicOperators's "case BroadcastHint(child) => apply(child)" is hit,
it only recursively invokes BasicOperators.apply with this "child".
It makes many strategies have no change to process this plan,
which probably leads to "No plan" issue, so we use planLater to go through all strategies.

https://issues.apache.org/jira/browse/SPARK-12275

…backport

backport apache#10265 to branch 1.5

When SparkStrategies.BasicOperators's "case BroadcastHint(child) => apply(child)" is hit,
it only recursively invokes BasicOperators.apply with this "child".
It makes many strategies have no change to process this plan,
which probably leads to "No plan" issue, so we use planLater to go through all strategies.

https://issues.apache.org/jira/browse/SPARK-12275
@yucai
Copy link
Contributor Author

yucai commented Dec 14, 2015

@yhuai could you help trigger testing again?
I'm from Intel Spark team(mgr: Hao/Grace), working on Spark SQL and x86 optimization etc., could you kindly add me into the white list also? So next time, I can do unit test with Jenkins by myself :).
Much thanks!

@cloud-fan
Copy link
Contributor

ok to test

@SparkQA
Copy link

SparkQA commented Dec 14, 2015

Test build #47653 has finished for PR 10291 at commit b09715c.

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

@yhuai
Copy link
Contributor

yhuai commented Dec 14, 2015

LGTM.

@andrewor14
Copy link
Contributor

Merged into 1.5

asfgit pushed a commit that referenced this pull request Dec 14, 2015
… backport

backport #10265 to branch 1.5.

When SparkStrategies.BasicOperators's "case BroadcastHint(child) => apply(child)" is hit,
it only recursively invokes BasicOperators.apply with this "child".
It makes many strategies have no change to process this plan,
which probably leads to "No plan" issue, so we use planLater to go through all strategies.

https://issues.apache.org/jira/browse/SPARK-12275

Author: yucai <[email protected]>

Closes #10291 from yucai/backport_1.5_no_plan_for_broadcasthint and squashes the following commits:

b09715c [yucai] [SPARK-12275][SQL] No plan for BroadcastHint in some condition - 1.5 backport
@andrewor14
Copy link
Contributor

@yucai can you close this? It's already merged.

@yucai
Copy link
Contributor Author

yucai commented Dec 15, 2015

Merged already, so close this, thanks all!

@yucai yucai closed this Dec 15, 2015
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.

5 participants