Closed douglas-raillard-arm closed 3 months ago
It was working in version 0.20.31 and the issue appeared in 1.0.0
@nameexhaustion can you take a look?
I think this is fixed on main
, by https://github.com/pola-rs/polars/pull/17571
I just compiled the main branch and it's indeed fixed, thanks you :)
Checks
Reproducible example
Log output
Issue description
When the URL passed to
scan_parquet()
includes basic auth (username and password), polars just drops 99% of the url, as can be seen fromdf.serialize(format='json')
:The issue may be unrelated to basic auth itself and just a general problem with HTTP support in polars.
Expected behavior
The URL should be preserved.
Installed versions