-
Couldn't load subscription status.
- Fork 537
Closed as not planned
Closed as not planned
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Description
In the documentation for to_pyarrow_table it is stated that if filters are used, partitions do not need to be specified.
However, looking at the code here:
delta-rs/python/deltalake/table.py
Line 969 in bc9253c
| def to_pyarrow_table( |
it seems that only partitions are used when creating the dataset. Then, filters are used when converting to a table.
Is this a bug or expected behavior? Seems that in a large Delta table, we will be scanning a lot of irrelevant files in the first stage.
Use Case
Specify filters list and expect Delta-rs to find the relevant partition filters and apply those to the Dataset.
Related Issue(s)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request