Skip to content

Commit 4cb102a

Browse files
committed
Make CI happy
1 parent 1041084 commit 4cb102a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integration/test_inspect_table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def _inspect_files_asserts(df: pa.Table, spark_df: DataFrame) -> None:
152152
assert_frame_equal(lhs_subset, rhs_subset, check_dtype=False, check_categorical=False)
153153

154154
for column in df.column_names:
155-
156155
if column == "equality_ids":
157156
# Fixed in https://github.com/apache/iceberg-rust/pull/1705
158157
continue

0 commit comments

Comments
 (0)