scan_parquet
+ filter
on S3
with Hive schema pl.Date
breaks
#21526
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
TDLR: Since version
1.22.0
, the following breaks on S3. Assuming you have a partitioned directory as follows on S3, thescan_parquet
+filter
withdatetime.date()
breaks down.Reproducer
Specifying the hive schema as {'DATE': pl.Date} does not allow you to filter on
datetime.date
objects anymore.Log output
Issue description
NB:
try_parse_hive_dates
does not appear to have an effect here. locally the behavior is as expected too.Expected behavior
Allow filtering on
datetime.date
objects on S3 when hive schema specifies the partition dtype aspl.Date
.Installed versions
The text was updated successfully, but these errors were encountered: