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

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


    from 3736d0af13a [Fix](hive-writer) Fix s3 file commiter not working. 
(#35502) (#35579)
     new 589518ff724 [fix](Nereids) fix Illegal aggregate node: group by and 
output is empty (#35497)
     new 646d8eaa735 [fix](restore) Fix restore table name when 
lower_case_table_names enabled (#35508)
     new 7381cd56b0a [docker](hive) sync for hive initializing (#35479)
     new aaa89ec7680 [bugfix](iceberg)support null values as partition (#35503)
     new 8fb28244d65 [improvement](page builder) avoid allocating big memory in 
ctor (#35493)
     new 6fd3916168a [regression-test](framework) add log for scpFiles (#35570)
     new f076fe86248 [fix](Nereids) aggregate combinator should be 
case-insensitive (#35540)
     new 8c0c05b9c63 [fix](auth) Fix no auth,but can select count(*) (#35465)

The 8 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/olap/rowset/segment_v2/binary_dict_page.cpp | 30 ++++++++++++++------
 be/src/olap/rowset/segment_v2/binary_dict_page.h   | 11 ++++++--
 be/src/olap/rowset/segment_v2/binary_plain_page.h  | 16 +++++++----
 be/src/olap/rowset/segment_v2/binary_prefix_page.h | 12 ++++++--
 be/src/olap/rowset/segment_v2/bitshuffle_page.h    | 16 +++++++----
 be/src/olap/rowset/segment_v2/column_writer.cpp    |  2 +-
 be/src/olap/rowset/segment_v2/encoding_info.cpp    | 32 ++++++++--------------
 .../rowset/segment_v2/frame_of_reference_page.h    | 15 +++++++---
 .../rowset/segment_v2/indexed_column_writer.cpp    |  2 +-
 be/src/olap/rowset/segment_v2/page_builder.h       | 18 +++++++++++-
 be/src/olap/rowset/segment_v2/plain_page.h         | 14 +++++++---
 be/src/olap/rowset/segment_v2/rle_page.h           | 20 ++++++++++----
 be/src/runtime/descriptors.cpp                     |  5 ++++
 .../rowset/segment_v2/binary_dict_page_test.cpp    |  4 +++
 .../rowset/segment_v2/binary_plain_page_test.cpp   |  2 ++
 .../rowset/segment_v2/binary_prefix_page_test.cpp  |  6 ++++
 .../rowset/segment_v2/bitshuffle_page_test.cpp     |  4 +++
 .../segment_v2/frame_of_reference_page_test.cpp    |  8 ++++++
 be/test/olap/rowset/segment_v2/plain_page_test.cpp |  4 +++
 be/test/olap/rowset/segment_v2/rle_page_test.cpp   |  6 ++++
 .../docker-compose/hive/hive-2x.yaml.tpl           | 13 +++++++++
 .../docker-compose/hive/hive-3x.yaml.tpl           | 13 +++++++++
 .../java/org/apache/doris/backup/RestoreJob.java   |  6 +++-
 .../datasource/iceberg/IcebergTransaction.java     | 14 +++++++++-
 .../nereids/rules/analysis/UserAuthentication.java | 18 ++++++++++--
 .../functions/AggCombinerFunctionBuilder.java      | 14 +++++-----
 .../org/apache/doris/regression/suite/Suite.groovy |  1 +
 .../account_p0/test_nereids_authentication.groovy  | 10 +++++++
 .../suites/function_p0/test_agg_foreach.groovy     |  4 +--
 .../suites/nereids_p0/aggregate/aggregate.groovy   | 15 ++++++++++
 30 files changed, 259 insertions(+), 76 deletions(-)


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

Reply via email to