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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org