Skip to content

Commit b2d2c79

Browse files
Fokkokevinjqliu
andauthored
Remove comment
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 3f211f9 commit b2d2c79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def test_summaries_partial_overwrite(spark: SparkSession, session_catalog: Catal
281281
txn.add_identity("id")
282282
tbl.append(arrow_table)
283283

284-
# TODO: We might want to check why this ends up in 3 files
285284
assert len(tbl.inspect.data_files()) == 3
286285

287286
tbl.delete(delete_filter="id == 1 and name = 'AB'") # partial overwrite data from 1 data file

0 commit comments

Comments
 (0)