Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/.local/lib/python3.10/site-packages/polars/lazyframe/frame.py", line 1816, in collect
return wrap_df(ldf.collect(callback))
FileNotFoundError: No such file or directory (os error 2): ssh://*******@*******/home/alexander.pils/test.parquet
'0.20.26'
Log output
No response
Issue description
With Polars 0.19.19 the code snippet above runs without problems, so it was possible to access parquet file via ssh. But since 0.20.* this isn't anymore possible.
I know from v0.19 to v.0.20 was the change from fsspec to object store but in the documentation at least for read_parquet it is stated that it will still use fsspec if the cloud provider is not supported by Polars as far as I understand it.
Checks
Reproducible example
Log output
No response
Issue description
With Polars 0.19.19 the code snippet above runs without problems, so it was possible to access parquet file via ssh. But since 0.20.* this isn't anymore possible. I know from v0.19 to v.0.20 was the change from fsspec to object store but in the documentation at least for read_parquet it is stated that it will still use fsspec if the cloud provider is not supported by Polars as far as I understand it.
Expected behavior
Should work like in v0.19.*
Installed versions