Support hive partitioning in scan_ipc
#14885
Labels
A-io-partitioning
Area: reading/writing (Hive) partitioned files
accepted
Ready for implementation
enhancement
New feature or an improvement of an existing feature
P-goal
Priority: aligns with long-term Polars goals
Description
It would be great to be able to read hive partitioned dataset in arrow's IPC format, natively in polars.
Right now it's still possible to achieve the scan by creating a pyarrow dataset and using
pl.scan_pyarrow_dataset(ds)
, but it would be nice to havescan_ipc
understand hive partitioning as it is done withscan_parquet
.The text was updated successfully, but these errors were encountered: