Testing with scan_parquet doesn't work anymore from within io/cloud/test_aws.py
#11528
Open
2 tasks done
Labels
A-io
Area: reading and writing data
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
Just re-add
(pl.scan_parquet, "parquet"),
to the parameters oftest_scan_s3
.(removed by @ritchie46 in PR #11210 )
Log output
Issue description
The call fails. I believe because the
object_store
crate doesn't likehttp
very much.So, I added (according to the
object_store
docs here:to the
s3_base
fixture (same file). (I tried with both the endpoint enabled and disabled)But this just locked (deadlock?) the test. Ie:
The
Terminated
is because I killed the process myself after a minute or so.This is fairly similar to #11372, but I created this new thread because I purely focus on the testing in here.
Expected behavior
I would expect the
scan_parquet
to read in aLazyFrame
.Installed versions
The text was updated successfully, but these errors were encountered: