ClickHouse/tests
Azat Khuzhin 8a224239c1 Prohibit optimize_aggregation_in_order with GROUPING SETS
AggregatingStep ignores it anyway, and it leads to the following error
in getSortDescriptionFromGroupBy(), like in [1]:

    2022.05.24 04:29:29.279431 [ 3395 ] {26543564-8bc8-4a3a-b984-70a2adf0245d} <Fatal> : Logical error: 'Trying to get name of not a column: ExpressionList'.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/36914/67d3ac72d26ab74d69f03c03422349d4faae9e19/stateless_tests__ubsan__actions_.html

v2: revert change to getSortDescriptionFromGroupBy() after
    GroupingSetsRewriterVisitor had been introduced
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-27 17:44:57 +03:00
..
ci Simplify labels check 2022-05-24 12:57:06 +02:00
config Merge pull request #37516 from KinderRiven/improve_local_cache 2022-05-27 11:53:17 +02:00
fuzz
instructions
integration Fix flaky test 2022-05-27 13:40:07 +02:00
jepsen.clickhouse-keeper
perf_drafts
performance Merge pull request #37502 from ClickHouse/array_norm_dist_fixes 2022-05-27 00:56:29 +03:00
queries Prohibit optimize_aggregation_in_order with GROUPING SETS 2022-05-27 17:44:57 +03:00
.gitignore
clickhouse-test
CMakeLists.txt Disable clickhouse-tests by default 2022-03-22 11:10:00 +01:00
msan_suppressions.txt
stress
tsan_suppressions.txt
ubsan_suppressions.txt