This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from 046dc17ece [branch-1.2](revert) revert 21282 #21352 new 3db42b3a80 [Bug](streamload) fix inconsistent load result of be and fe (#20950) new 17b63b39f2 [fix](compress) snappy does not work right (#20934) new 6b72aa0dbf [fix](planner) fix push filter through agg #21080 new c5ff94cff3 [fix](time_zone) be compatible with doris old version for CST time_zone when load orc file in broker load #21263 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/olap/rowset/segment_v2/binary_plain_page.h | 6 + be/src/util/block_compression.cpp | 2 +- be/src/vec/exec/format/orc/vorc_reader.cpp | 2 +- .../doris/httpv2/controller/BaseController.java | 2 +- .../apache/doris/planner/SingleNodePlanner.java | 6 + regression-test/data/compress_p1/snappy/ipv4.csv | 82845 +++++++++++++++++++ .../data/load_p0/stream_load/test_auth.csv | 2 + ...consistency.out => push_filter_through_agg.out} | 0 .../snappy/load.groovy} | 38 +- .../load_p0/stream_load/test_stream_load.groovy | 52 + .../aggregate/push_filter_through_agg.groovy | 59 + 11 files changed, 82995 insertions(+), 19 deletions(-) create mode 100644 regression-test/data/compress_p1/snappy/ipv4.csv create mode 100644 regression-test/data/load_p0/stream_load/test_auth.csv copy regression-test/data/query_p0/aggregate/{nullablity_consistency.out => push_filter_through_agg.out} (100%) copy regression-test/suites/{query_p1/lateral_view/load_from_big_lateral_view.groovy => compress_p1/snappy/load.groovy} (58%) create mode 100644 regression-test/suites/query_p0/aggregate/push_filter_through_agg.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org