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/26 16:32:20 UTC

[doris] branch master updated (a1c6ea876f -> 8879400419)

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 a1c6ea876f [fix](inbitmap) fix core dump caused by bitmap filter with union (#15333)
     add 8879400419 [feature](nereids) Support query on specific partitions (#15243)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  7 ++-
 .../doris/nereids/analyzer/UnboundRelation.java    | 20 ++++++--
 .../doris/nereids/parser/LogicalPlanBuilder.java   | 12 ++++-
 .../doris/nereids/rules/analysis/BindRelation.java | 51 +++++++++++++++++---
 .../ResolveOrdinalInOrderByAndGroupBy.java         |  2 +-
 .../rewrite/logical/PruneOlapScanPartition.java    |  5 ++
 .../trees/plans/logical/LogicalOlapScan.java       | 31 ++++++++----
 .../select_partition.out}                          |  9 ++--
 .../{group_bit.groovy => select_partition.groovy}  | 55 +++++++++++++---------
 9 files changed, 145 insertions(+), 47 deletions(-)
 copy regression-test/data/{bitmap_functions/test_bitmap_intersect.out => nereids_syntax_p0/select_partition.out} (82%)
 copy regression-test/suites/nereids_syntax_p0/{group_bit.groovy => select_partition.groovy} (54%)


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