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 reading bloom filters from Parquet files and filter row groups using them #17289

Open
wants to merge 46 commits into
base: branch-25.02
Choose a base branch
from

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    95fe8e8 View commit details
    Browse the repository at this point in the history
  2. Minor bug fix

    mhaseeb123 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4f0e7ab View commit details
    Browse the repository at this point in the history
  3. Apply style fix

    mhaseeb123 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    48a50c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

Commits on Nov 15, 2024

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

Commits on Nov 16, 2024

  1. Some updates

    mhaseeb123 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    68be24f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f848251 View commit details
    Browse the repository at this point in the history
  3. Revert erroneous changes

    mhaseeb123 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0b65233 View commit details
    Browse the repository at this point in the history
  4. Style and doc fix

    mhaseeb123 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    cf7d762 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    088377b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0435bff View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    3dff590 View commit details
    Browse the repository at this point in the history
  2. style fix

    mhaseeb123 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    71e1d33 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Code cleanup

    mhaseeb123 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    aa65a2b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. add tests

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c52821b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a20a98 View commit details
    Browse the repository at this point in the history
  3. Minor bug fix

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d67e4b5 View commit details
    Browse the repository at this point in the history
  4. Apply style fix

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    10471d4 View commit details
    Browse the repository at this point in the history
  5. Some updates

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1e12662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee7217c View commit details
    Browse the repository at this point in the history
  7. Revert erroneous changes

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f8e6159 View commit details
    Browse the repository at this point in the history
  8. Style and doc fix

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1886cab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be228b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aaf355e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e92324e View commit details
    Browse the repository at this point in the history
  12. style fix

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0b1719d View commit details
    Browse the repository at this point in the history
  13. Code cleanup

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ef3a262 View commit details
    Browse the repository at this point in the history
  14. add tests

    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    051be2d View commit details
    Browse the repository at this point in the history
  15. Merge branch 'fea/extract-pq-bloom-filter-data' of https://github.com…

    …/mhaseeb123/cudf into fea/extract-pq-bloom-filter-data
    mhaseeb123 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a12c90e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Major cleanups

    mhaseeb123 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fb55c3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b477d2d View commit details
    Browse the repository at this point in the history
  3. minor style fix

    mhaseeb123 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f9f1746 View commit details
    Browse the repository at this point in the history
  4. refactoring

    mhaseeb123 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bad484f View commit details
    Browse the repository at this point in the history
  5. Minor refactoring

    mhaseeb123 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ce09d43 View commit details
    Browse the repository at this point in the history
  6. Minor improvements

    mhaseeb123 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dddee6c View commit details
    Browse the repository at this point in the history
  7. Add gtest

    mhaseeb123 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0cfeb80 View commit details
    Browse the repository at this point in the history
  8. Improvements

    mhaseeb123 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9137585 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    77152b4 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    mhaseeb123 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3984291 View commit details
    Browse the repository at this point in the history
  3. Minor improvements

    mhaseeb123 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9a39aa4 View commit details
    Browse the repository at this point in the history
  4. Fix minor bug

    mhaseeb123 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1def801 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. MInor bug fixing

    mhaseeb123 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6edc248 View commit details
    Browse the repository at this point in the history
  2. Add python tests

    mhaseeb123 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2925f1e View commit details
    Browse the repository at this point in the history
  3. Correct parquet files

    mhaseeb123 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    efc6ec0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df84aca View commit details
    Browse the repository at this point in the history