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

yiguolei pushed a change to branch 2.1-tmp
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5116724494a [Fix](hive-writer) Fix the issue of block was not copied 
to do filtering when hive partition writer write block to file. (#32775) 
(#33447)
     new 61e214c3270 [Fix](Hive-Metastore)  fix that if JDBC reads the NULL 
value, it will cause NPE (#32831)
     new 8e19cdd7457 [featrue](expr) support common subexpression elimination 
be part (#32673)
     new e4993a19e52 [Chore](column) remove ColumnVectorHelper (#33036)
     new 1d0908e80d1 [feature](profile) make WaitForLocalExchangeBuffer timer 
merge (#32946)
     new 09db427eed1 [Feature](materialized-view) support ignore not slot is 
null when count(slot) not has key in mv (#32912)
     new 1a2177adb98 [Fix](test) add sync to ensure data synchronization in 
test_set_operater (#32993)

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/exec/exec_node.cpp                          | 83 ++++++++++++++-----
 be/src/exec/exec_node.h                            | 24 ++++++
 be/src/pipeline/exec/exchange_sink_operator.cpp    |  5 +-
 be/src/pipeline/pipeline_x/operator.cpp            | 52 ++++++++++--
 be/src/pipeline/pipeline_x/operator.h              | 42 ++++++++++
 be/src/vec/columns/column_decimal.h                |  5 +-
 be/src/vec/columns/column_vector.h                 | 11 +--
 be/src/vec/columns/column_vector_helper.h          | 59 --------------
 be/src/vec/common/hash_table/hash_map_context.h    |  7 +-
 be/src/vec/core/block.cpp                          |  9 ++
 be/src/vec/core/block.h                            |  3 +
 be/src/vec/exec/scan/vscanner.cpp                  | 79 ++++++++++++------
 be/src/vec/exec/scan/vscanner.h                    |  2 +
 be/src/vec/exec/vaggregation_node.h                |  1 -
 .../hive/PostgreSQLJdbcHMSCachedClient.java        | 30 ++++---
 .../mv/AbstractSelectMaterializedIndexRule.java    | 95 +++++++++++++++++++---
 .../mv/SelectMaterializedIndexWithAggregate.java   | 24 ++++--
 gensrc/thrift/PlanNodes.thrift                     |  5 +-
 .../hive/jdbc_hive_meta/test_jdbc_hive_orc.out     | 66 +++++++--------
 .../mv_ignore_predicate.out}                       | 11 +--
 .../mv_ignore_predicate.groovy}                    | 19 +++--
 .../test_dup_mv_repeat/test_dup_mv_repeat.groovy   |  2 +-
 .../query_p0/operator/test_set_operator.groovy     |  3 +-
 23 files changed, 427 insertions(+), 210 deletions(-)
 delete mode 100644 be/src/vec/columns/column_vector_helper.h
 copy regression-test/data/mv_p0/{multi_slot_multi_mv/multi_slot_multi_mv.out 
=> mv_ignore_predicate/mv_ignore_predicate.out} (86%)
 copy regression-test/suites/mv_p0/{k1ap2spa/k1ap2spa.groovy => 
mv_ignore_predicate/mv_ignore_predicate.groovy} (74%)


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

Reply via email to