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

read_parquet : Not showing File Filter/Partition Filter in Physical Plan #302

Closed
diwanmail opened this issue Feb 24, 2025 · 1 comment
Closed

Comments

@diwanmail
Copy link

diwanmail commented Feb 24, 2025

We are reading below parquet file with partitions on file system, when we see Explain physical plan, one of the File Filter is missing from Plan. If this is not pushed down due to some reason then it should somewhere should be shown in the plan.

Parquet files

Image

read_parquet query

EXPLAIN SELECT * FROM read_parquet('', hive_partitioning = true) where date = 20221201 and id= 'ID';

EXPLAIN plan output -> ID file filter is missing

Image

@diwanmail
Copy link
Author

Created under parquet scanner (duckdb-httpfs).

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

No branches or pull requests

1 participant