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 022be4663f9 [fix](Nereids) merge file TVFProperties and Properties by 
mistake (#25534)
     new 9c483f1ceba [enhancement](invert index) read columns by index reduce 
seek time (#24735)
     new ecab2530b7a [feature](nereids)print query id with memo and physical 
tree (#25501)
     new 02b581cb112 [chore](config) turnoff fuzzy for `enable_simdjson_reader` 
(#25521)
     new 1016ed2f2ec [fix](Nereids) non-slot filter should not be push through 
aggregate (#25525)

The 4 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                           |   1 -
 be/src/olap/rowset/segment_v2/binary_dict_page.cpp |   1 +
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  41 +++---
 be/src/vec/columns/column_fixed_length_object.h    |  17 +++
 .../org/apache/doris/nereids/NereidsPlanner.java   |   4 +-
 .../rewrite/PushdownFilterThroughAggregation.java  |   8 +-
 .../test_nestedtypes_json_insert_into_with_s3.out  | 139 +++++++++++++++++++++
 .../load_p0/stream_load/invalid_nest_json2.json    |   2 +-
 .../filter_push_through_aggregate.out}             |   2 +-
 .../filter_push_through_aggregate.groovy}          |  39 +++---
 10 files changed, 207 insertions(+), 47 deletions(-)
 create mode 100644 
regression-test/data/datatype_p0/nested_types/query/test_nestedtypes_json_insert_into_with_s3.out
 copy 
regression-test/data/{correctness/test_constant_push_down_through_outer_join.out
 => nereids_rules_p0/filter_push_down/filter_push_through_aggregate.out} (73%)
 copy regression-test/suites/{nereids_syntax_p0/select_const.groovy => 
nereids_rules_p0/filter_push_down/filter_push_through_aggregate.groovy} (61%)


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

Reply via email to