Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
svaningelgem committed Oct 10, 2023
1 parent ff69f18 commit 567a015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/streaming/test_streaming_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_sink_parquet_cloud(io_files_path: Path, tmp_path: Path) -> None:
target = f"file://{sink_file.absolute().as_posix()}"

df_scanned = pl.scan_parquet(source)
df_scanned.sink_parquet_cloud(target)
df_scanned.sink_parquet(target)

with pl.StringCache():
original = pl.read_parquet(source)
Expand Down

0 comments on commit 567a015

Please sign in to comment.