Closed lmocsi closed 4 months ago
import polars as pl tr = pl.scan_parquet(parq_path+"my_transaction/**/*.parquet") tr.columns
The hive partitioning column is missing both on nfs and in aws.
The partitioning column is missing both on nfs and in aws. Was working fine in polars==0.20.31
Return the partitioning column as well.
Thanks for opening an issue. This is an intentional change introduced with https://github.com/pola-rs/polars/pull/17106
Please check the description of that PR for directions.
Checks
Reproducible example
Log output
Issue description
The partitioning column is missing both on nfs and in aws. Was working fine in polars==0.20.31
Expected behavior
Return the partitioning column as well.
Installed versions