ClickHouse/tests/integration/test_backward_compatibility
Nikita Taranov 8ed5cfc265
Memory bound merging for distributed aggregation in order (#40879)
* impl

* fix style

* make executeQueryWithParallelReplicas similar to executeQuery

* impl for parallel replicas

* cleaner code for remote sorting properties

* update test

* fix

* handle when nodes of old versions participate

* small fixes

* temporary enable for testing

* fix after merge

* Revert "temporary enable for testing"

This reverts commit cce7f8884c.

* review fixes

* add bc test

* Update src/Core/Settings.h
2022-11-28 00:41:31 +01:00
..
configs Followup fix 2022-11-17 18:52:18 +01:00
__init__.py
test_aggregate_fixed_key.py
test_aggregate_function_state.py Optimize merge of uniqExact without_key (#43072) 2022-11-17 13:19:02 +01:00
test_convert_ordinary.py
test_cte_distributed.py
test_data_skipping_indices.py
test_detach_part_wrong_partition_id.py
test_functions.py Fix style with black 2022-11-16 13:28:04 +01:00
test_insert_profile_events.py
test_memory_bound_aggregation.py Memory bound merging for distributed aggregation in order (#40879) 2022-11-28 00:41:31 +01:00
test_normalized_count_comparison.py
test_select_aggregate_alias_column.py
test_short_strings_aggregation.py
test.py