mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
boop the CI
This commit is contained in:
parent
5e8cf89b9d
commit
8c72fa063d
@ -1426,6 +1426,12 @@ ExpressionAnalysisResult::ExpressionAnalysisResult(
|
||||
query_analyzer.appendSelect(chain, only_types || (need_aggregate ? !second_stage : !first_stage));
|
||||
|
||||
has_order_by = query.orderBy() != nullptr;
|
||||
// FIXME selected columns was set here. Should split order by and select
|
||||
// and insert window functions in between.
|
||||
// Will fix:
|
||||
// 1) window function in DISTINCT
|
||||
// 2) totally broken DISTINCT
|
||||
// 3) window functions in order by
|
||||
before_order_and_select = query_analyzer.appendOrderBy(
|
||||
chain,
|
||||
only_types || (need_aggregate ? !second_stage : !first_stage),
|
||||
|
Loading…
Reference in New Issue
Block a user