We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1041084 commit 4cb102aCopy full SHA for 4cb102a
1 file changed
tests/integration/test_inspect_table.py
@@ -152,7 +152,6 @@ def _inspect_files_asserts(df: pa.Table, spark_df: DataFrame) -> None:
152
assert_frame_equal(lhs_subset, rhs_subset, check_dtype=False, check_categorical=False)
153
154
for column in df.column_names:
155
-
156
if column == "equality_ids":
157
# Fixed in https://github.com/apache/iceberg-rust/pull/1705
158
continue
0 commit comments