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 parquet predicate filtering with column projection #15113

Merged

Commits on Feb 21, 2024

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

Commits on Mar 1, 2024

  1. filter columns limitation fixed.

    get_columns() need not specify all columns in filter.
    columns in filter are read, and discard finally at the output after
    filtering.
    karthikeyann committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f458410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b01b2d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b348db4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a07e3d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    6ee2bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb0723 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-pq_filter_col_projection' of github.com:karthikeyan…

    …n/cudf into fix-pq_filter_col_projection
    karthikeyann committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bff38f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d643ce1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    e40cffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926a75a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 14, 2024

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

Commits on May 15, 2024

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    9e4008e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3bd26 View commit details
    Browse the repository at this point in the history
  3. wMerge branch 'fix-pq_filter_col_projection' of github.com:karthikeya…

    …nn/cudf into fix-pq_filter_col_projection
    karthikeyann committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f64294e View commit details
    Browse the repository at this point in the history