Open ghaffarialireza opened 2 days ago
Looking through the 1.14.0 changes, this one seems suspect: https://github.com/pola-rs/polars/pull/19103
Especially since I get the same error message from scan_parquet
in this other issue: https://github.com/pola-rs/polars/issues/19933
Checks
Reproducible example
Log output
Issue description
This error occurs only in Polars version 1.14.0 when querying data stored in S3 using scan_delta. The same code works as expected in version 1.13.0. It seems related to a change in how Polars interacts with S3 in this version.
Expected behavior
The query should execute successfully and fetch data from the S3 bucket, as it does in Polars 1.13.0.
Installed versions