Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add type:ignore to prevent lint error
  • Loading branch information
Yingjian Wu committed Oct 29, 2024
commit fbb76042f38e0ab0c14b161f45e6151332d3f00e
2 changes: 1 addition & 1 deletion tests/integration/test_writes/test_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1471,4 +1471,4 @@ def test_abort_table_transaction_on_exception(
txn.append(arrow_table_with_null) # type: ignore

# Validate the transaction is aborted and no partial update is applied
assert len(tbl.scan().to_pandas()) == table_size
assert len(tbl.scan().to_pandas()) == table_size # type: ignore