nosterlu commented on issue #13747:
URL: https://github.com/apache/arrow/issues/13747#issuecomment-1303104101

   @ritchie46, FYI, I changed the definition of the dataset to help polars with 
filtering the partitions like so
   
   ```python
   ibpolar = dataset("install-base-from-vdw-standard/vehicle_type=536/", 
filesystem=fs, partitioning="hive")
   ```
   polars now used half of the memory compared to duckdb, and spent 7 seconds 
vs 12 on duckdb.
   
   So being able to push down filters on partition columns would help a lot.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to