Skip to content

Conversation

yunchipang
Copy link
Contributor

@yunchipang yunchipang commented Oct 11, 2025

Description

Makes filters argument accept generic predicates besides partition filters. Separates user-provided filters into partition filters (for partition pruning) and data filters (for parquet column stats-based file skipping), and improves query performance by reducing number of files scanned.

part 1 closing #159

How are the changes test-covered

  • N/A
  • Automated tests (unit and/or integration tests)
  • Manual tests
    • Details are described below

@yunchipang yunchipang requested a review from xushiyan as a code owner October 11, 2025 18:06
@yunchipang
Copy link
Contributor Author

@xushiyan the current impl only updates the table APIs, for the sake of reviewing i'd prefer raising another PR for predicate pushdowns for the file group APIs if that's ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant