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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from cb485419f5 Revert "[fix](show-stmt) fix show create table missing 
storage_medium info (#21757)"
     new 75ab9d9a3e [fix](complex_type) throw error when reading complex types 
in broker/stream load (#22331)
     new b9a17efe25 [opt](conf) Modify brpc eovercrowded conf (#22407)
     new f5b00eb849 [fix](window_funnel_function) fix upgrade compatibility due 
to the added field in `WindowFunnelState` (#22416)
     new 3d1f5b9052 [regression](fix) fix test_round case (#22441)
     new 9787b7fa81 [Opt](exec) opt the performance of date parquet convert by 
date dict (#22384)
     new dcdba289ed [Fix](EsCatalog) fix be core when query the table of Es 
catalog with null fields  (#22279)

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/common/config.cpp                           |  7 ++++--
 be/src/common/config.h                             |  6 +++++
 be/src/exec/es/es_scroll_parser.cpp                | 26 ++++++++++++----------
 be/src/pipeline/exec/exchange_sink_buffer.cpp      |  6 +++++
 be/src/service/brpc_service.cpp                    |  6 ++++-
 be/src/service/doris_main.cpp                      |  1 +
 .../aggregate_function_window_funnel.h             | 15 ++++++++-----
 be/src/vec/exec/format/parquet/decoder.cpp         |  2 +-
 .../format/parquet/fix_length_dict_decoder.hpp     | 10 ++++++---
 .../format/parquet/fix_length_plain_decoder.cpp    | 10 +++++++--
 be/src/vec/exec/scan/vfile_scanner.cpp             | 23 +++++++++++++++++++
 be/src/vec/exec/scan/vfile_scanner.h               |  1 +
 be/src/vec/runtime/vdatetime_value.cpp             | 15 +++++++++++++
 be/src/vec/runtime/vdatetime_value.h               |  3 +++
 be/src/vec/sink/vdata_stream_sender.cpp            |  3 +++
 be/test/vec/exec/parquet/parquet_thrift_test.cpp   |  1 +
 .../sql_functions/math_functions/test_round.out    | 24 --------------------
 .../stream_load/test_parquet_orc_case.groovy       | 11 ---------
 .../nereids_p0/aggregate/window_funnel.groovy      | 10 +++++++++
 .../suites/query_p0/aggregate/window_funnel.groovy | 10 +++++++++
 .../sql_functions/math_functions/test_round.groovy | 18 ---------------
 21 files changed, 129 insertions(+), 79 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to