Skip to content

Commit 38910ec

Browse files
committed
Merge branch 'fd-add-test-for-optimistic-concurrency' of github.com:Fokko/iceberg-python into fd-add-test-for-optimistic-concurrency
2 parents bf949fd + c56c4ff commit 38910ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_writes/test_optimistic_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_conflict_append_delete(
6666
tbl1 = _create_table(session_catalog, identifier, {"format-version": format_version}, [arrow_table_with_null])
6767
tbl2 = session_catalog.load_table(identifier)
6868

69-
tbl1.delete("string == 'z'")
69+
tbl1.append(arrow_table_with_null)
7070

7171
with pytest.raises(CommitFailedException, match="(branch main has changed: expected id ).*"):
7272
# tbl2 isn't aware of the commit by tbl1

0 commit comments

Comments
 (0)