File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1094,8 +1094,6 @@ DEFINE_mBool(variant_use_cloud_schema_dict_cache, "true");
10941094DEFINE_mInt64 (variant_threshold_rows_to_estimate_sparse_column, " 2048" );
10951095DEFINE_mBool (variant_throw_exeception_on_invalid_json, " false" );
10961096DEFINE_mBool (enable_vertical_compact_variant_subcolumns, " true" );
1097- DEFINE_mInt32 (variant_row_storage_column_max_rows, " 0" );
1098- DEFINE_mInt32 (variant_row_storage_column_buckets, " 1" );
10991097
11001098// block file cache
11011099DEFINE_Bool (enable_file_cache, " false" );
Original file line number Diff line number Diff line change @@ -1337,8 +1337,6 @@ DECLARE_mInt64(variant_threshold_rows_to_estimate_sparse_column);
13371337DECLARE_mBool (variant_throw_exeception_on_invalid_json);
13381338// Enable vertical compact subcolumns of variant column
13391339DECLARE_mBool (enable_vertical_compact_variant_subcolumns);
1340- DECLARE_mInt32 (variant_row_storage_column_max_rows);
1341- DECLARE_mInt32 (variant_row_storage_column_buckets);
13421340
13431341DECLARE_mBool (enable_merge_on_write_correctness_check);
13441342// USED FOR DEBUGING
You can’t perform that action at this time.
0 commit comments