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

SQL: Plan non-equijoin conditions as cross join followed by filter #15302

Merged
merged 18 commits into from
Nov 29, 2023

Commits on Nov 1, 2023

  1. Inequality join

    gianm authored and abhishekagarwal87 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f26dc2e View commit details
    Browse the repository at this point in the history
  2. Merge with master

    abhishekagarwal87 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    44ff897 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix static rules

    abhishekagarwal87 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    808b608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23915f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    4bd1801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ca64f View commit details
    Browse the repository at this point in the history
  3. some changes

    abhishekagarwal87 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1aa076f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Some more fixes

    abhishekagarwal87 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    259ef9b View commit details
    Browse the repository at this point in the history
  2. Fix tests

    abhishekagarwal87 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5e9e33e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. try again

    abhishekagarwal87 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8f75c45 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Fix spelling

    abhishekagarwal87 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6f89b2d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Fix other tests

    abhishekagarwal87 committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    7a29c85 View commit details
    Browse the repository at this point in the history
  2. Fix again

    abhishekagarwal87 committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d1ede2f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Fix MSQSelectTest

    abhishekagarwal87 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b868756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5026e View commit details
    Browse the repository at this point in the history
  3. Revert "Fix CalciteSelectQueryMSQTest"

    This reverts commit 2b5026e.
    abhishekagarwal87 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    14d5a5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b422611 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Minor refactoring

    abhishekagarwal87 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e1fa913 View commit details
    Browse the repository at this point in the history