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

executor: fix wrong result when index join on union scan. #8031

Merged
merged 5 commits into from
Oct 25, 2018

Commits on Oct 15, 2018

  1. executor: fix wrong result when index join on union scan.

    Do not modify Plan of dataReaderBuilder directly, because it would
    impact next batch of outer rows, as well as other concurrent inner
    workers. Instead, build a local child builder to store the child plan.
    eurekaka committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    3223299 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    6f388cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e768f39 View commit details
    Browse the repository at this point in the history
  3. remove redundant error trace

    eurekaka committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    6cd0761 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    f9091e4 View commit details
    Browse the repository at this point in the history