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

Commits on Dec 14, 2015

  1. [SPARK-12275][SQL] No plan for BroadcastHint in some condition - 1.5 …

    …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 committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    b09715c View commit details
    Browse the repository at this point in the history