Skip to content

Commit 2ce564d

Browse files
committed
Make 01006_simpod_empty_part_single_column_write.sh always use vertical merge
1 parent f778ddd commit 2ce564d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/01006_simpod_empty_part_single_column_write.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ${CLICKHOUSE_CLIENT} --query="CREATE TABLE table_with_empty_part
1818
ENGINE = MergeTree()
1919
ORDER BY id
2020
PARTITION BY id
21-
SETTINGS vertical_merge_algorithm_min_rows_to_activate=0, vertical_merge_algorithm_min_columns_to_activate=0, remove_empty_parts = 0
21+
SETTINGS vertical_merge_algorithm_min_rows_to_activate=0, vertical_merge_algorithm_min_columns_to_activate=0, remove_empty_parts = 0, min_bytes_for_wide_part=0, min_bytes_for_full_part_storage = 0
2222
"
2323

2424

0 commit comments

Comments
 (0)