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

Support non-tuple expression for in-subquery to join #4826

Merged
merged 14 commits into from
Jan 15, 2023

Commits on Jan 5, 2023

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

Commits on Jan 7, 2023

  1. add tests

    ygf11 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    6b929df View commit details
    Browse the repository at this point in the history
  2. add comment and fix cargo fmt

    ygf11 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    7767bb1 View commit details
    Browse the repository at this point in the history
  3. fix comment

    ygf11 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    de0fdf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. clean unused comment

    ygf11 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d641b51 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 13, 2023

  1. Update datafusion/optimizer/src/decorrelate_where_in.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    ygf11 and alamb committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5d25827 View commit details
    Browse the repository at this point in the history
  2. Update datafusion/optimizer/src/decorrelate_where_in.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    ygf11 and alamb committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e0055c8 View commit details
    Browse the repository at this point in the history
  3. Update datafusion/optimizer/src/decorrelate_where_in.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    ygf11 and alamb committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    08a66bb View commit details
    Browse the repository at this point in the history
  4. fix comment

    ygf11 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d4187f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. resolve merge conflict

    ygf11 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f5ff04a View commit details
    Browse the repository at this point in the history
  2. fix cargo fmt

    ygf11 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    747957a View commit details
    Browse the repository at this point in the history
  3. add tests

    ygf11 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    96d26bd View commit details
    Browse the repository at this point in the history
  4. fix cargo fmt

    ygf11 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f035229 View commit details
    Browse the repository at this point in the history