Skip to content

Commit

Permalink
chore: remove rechunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Oct 4, 2024
1 parent a051365 commit 699c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/io/test_delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,5 @@ def test_read_parquet_respects_rechunk_16982(
df.write_delta(str(tmp_path), mode="append")

rechunk, expected_chunks = rechunk_and_expected_chunks
result = pl.read_delta(str(tmp_path), rechunk=rechunk)
result = pl.read_delta(str(tmp_path))
assert result.n_chunks() == expected_chunks

0 comments on commit 699c4ff

Please sign in to comment.