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

fix join column handling logic for On and Using constraints #605

Merged
merged 6 commits into from
Jul 7, 2021

Commits on Jun 28, 2021

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

Commits on Jul 4, 2021

  1. handling join column expansion during USING JOIN planning

    get rid of shared field and move column expansion logic into plan
    builder and optimizer.
    houqp committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    702a5a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c462206 View commit details
    Browse the repository at this point in the history
  3. add more comments & fix clippy

    houqp committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    ccbb844 View commit details
    Browse the repository at this point in the history
  4. add more comment

    houqp committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    091bb75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e97b86a View commit details
    Browse the repository at this point in the history