You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/12/30 06:26:28 UTC

[doris] branch master updated (5ec4e5586f -> 2704651fde)

This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5ec4e5586f [refactor]remove seek block in segmentIterator (#15413)
     add 2704651fde [fix](nereids) hll and bitmap type can't be used as order by and group by exprs (#15471)

No new revisions were added by this update.

Summary of changes:
 .../nereids/rules/analysis/CheckAfterRewrite.java  | 24 +++++++++++++
 ...stic.java => ForbiddenMetricTypeArguments.java} |  8 ++---
 .../trees/expressions/functions/agg/Count.java     |  4 ++-
 .../trees/expressions/functions/agg/Max.java       |  4 ++-
 .../trees/expressions/functions/agg/Min.java       |  4 ++-
 .../trees/expressions/functions/agg/Ndv.java       |  3 +-
 .../org/apache/doris/nereids/types/DataType.java   | 17 +++++++++
 .../aggregate_group_by_metric_type.groovy          | 40 ++++++++++++++++++++++
 8 files changed, 95 insertions(+), 9 deletions(-)
 copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/{Nondeterministic.java => ForbiddenMetricTypeArguments.java} (86%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org