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

[SPARK-40193][SQL] Merge subquery plans with different filters #37630

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2023

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

Commits on Dec 13, 2023

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

Commits on Feb 17, 2024

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

Commits on Feb 18, 2024

  1. enable merging filters up into aggregates that doesn't have grouping …

    …expressions, no need to restrict based on aggregate fuctions
    peter-toth committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    88de1e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    359beed View commit details
    Browse the repository at this point in the history
  2. minor fix

    peter-toth committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    563cef9 View commit details
    Browse the repository at this point in the history
  3. remove commented code

    peter-toth committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f88a441 View commit details
    Browse the repository at this point in the history