You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py-polars/tests/unit/io/test_scan.py:664: in test_async_path_expansion_bracket_17629
assert_frame_equal(pl.scan_parquet(tmp_path / "[d]ata.parquet").collect(), df)
../../.local/lib/python3.11/site-packages/polars/lazyframe/frame.py:1942: in collect
return wrap_df(ldf.collect(callback))
E polars.exceptions.ComputeError: expected at least 1 path
Issue description
As title
Expected behavior
Test case passes
Installed versions
1.1.0
The text was updated successfully, but these errors were encountered:
Checks
Reproducible example
Log output
Issue description
As title
Expected behavior
Test case passes
Installed versions
1.1.0
The text was updated successfully, but these errors were encountered: