Skip to content

Commit

Permalink
fix delta
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 7, 2024
1 parent 3c23349 commit 0282666
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py-polars/tests/unit/io/test_delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,6 @@ def test_write_delta_with_merge(tmp_path: Path) -> None:
)

assert isinstance(merger, TableMerger)
assert merger.source_alias == "s" # type: ignore[attr-defined]
assert merger.target_alias == "t" # type: ignore[attr-defined]

merger.when_matched_delete(predicate="t.a > 2").execute()

result = pl.read_delta(str(tmp_path))
Expand Down

0 comments on commit 0282666

Please sign in to comment.