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

Revert "Finish inner join if build is empty" #3212

Merged
merged 2 commits into from Jul 1, 2015
Merged

Commits on Jul 1, 2015

  1. Revert "Finish inner join if build is empty"

    This change caused queries to hang, because a task could finish its join
    before receiving splits for all the remote sources that the probe side
    should pull from. Those would then never be closed.
    cberner committed Jul 1, 2015
    Copy the full SHA
    4c6ad34 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39c6428 View commit details
    Browse the repository at this point in the history