Skip to content

Commit 894638e

Browse files
committed
Cut more test cases
Signed-off-by: liurenjie1024 <liurenjie2008@gmail.com>
1 parent 5a6c8a8 commit 894638e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_tests/src/main/python/iceberg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _eq_column_combinations(all_columns: List[str],
9191
if can_be_eq_delete_col(data_gen)]
9292
return list(combinations(cols, n))
9393

94-
all_eq_column_combinations = _eq_column_combinations(iceberg_base_table_cols, iceberg_gens_list, 3)
94+
all_eq_column_combinations = _eq_column_combinations(iceberg_base_table_cols, iceberg_gens_list, 2)
9595

9696
def setup_base_iceberg_table(spark_tmp_table_factory,
9797
seed: Optional[int] = None,

0 commit comments

Comments
 (0)