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 188346eac4f [fix](memory) Fix Jemalloc hook failed to start BE with
JDK 17 #33946
new 60272364fe0 [Fix](Jdbc-Hive) fix the order of partition keys (#33963)
new 2b7dda7fa49 [featrue](pipelineX) check output type in some node
(#33716)
new b9d48dbe4d8 [improve](regression test)Add test for time series compact
empty rowset (#29509)
new ecaadaf953d [test](hll) fix unstable case without order by clause
(#33947)
new 9fcb02e6718 [fix](case) test_alter_colocate_table.groovy (#33981)
new 012aec027d5 [test](p0 case) Increase the batch size in test leading
cases (#33994)
new b271cfa4e39 [FIX]fix cidr func with const param (#33968)
new 7327f04e1f6 [fix](jni-connector) avoid core dump if init connector
failed (#34007)
new 59690a5de22 [bug](random distribution) fix data loss and incorrect in
random distribution table #33962
new 685198c5812 [fix](stream agg) fix coredump when close if open failed
(#33978)
The 10 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/pipeline/exec/aggregation_sink_operator.cpp | 9 +-
be/src/pipeline/exec/aggregation_sink_operator.h | 2 +
.../distinct_streaming_aggregation_operator.cpp | 5 +-
.../exec/distinct_streaming_aggregation_operator.h | 1 +
be/src/pipeline/exec/hashjoin_build_sink.cpp | 22 +-
.../exec/partitioned_hash_join_sink_operator.cpp | 4 +-
.../exec/streaming_aggregation_operator.cpp | 13 +-
.../pipeline/exec/streaming_aggregation_operator.h | 3 +-
be/src/pipeline/exec/union_sink_operator.cpp | 1 +
be/src/vec/exec/jni_connector.cpp | 4 +
be/src/vec/exprs/vectorized_agg_fn.cpp | 19 +
be/src/vec/exprs/vectorized_agg_fn.h | 4 +
be/src/vec/functions/function_ip.h | 127 +-
be/src/vec/sink/writer/vtablet_writer.cpp | 27 +
.../hive/PostgreSQLJdbcHMSCachedClient.java | 4 +-
.../test_time_series_compaction_policy.out} | 6 +-
.../test_load_block_to_single_tablet.csv | 4100 ++++++++++++++++++++
.../test_load_block_to_single_tablet.out} | 11 +-
.../hll_functions/test_hll_functions.out | 2 +-
.../ip_functions/test_ipv4_cidr_to_range.out | 30 +
.../test_ipv6_cidr_to_range_function.out | 33 +
.../test_time_series_compaction_policy.groovy | 161 +
.../test_load_block_to_single_tablet.groovy | 58 +
.../suites/nereids_p0/hint/test_leading.groovy | 2 +
.../hll_functions/test_hll_functions.groovy | 2 +-
.../ip_functions/test_ipv4_cidr_to_range.groovy | 3 +
.../test_ipv6_cidr_to_range_function.groovy | 6 +-
.../test_alter_colocate_table.groovy | 1 -
28 files changed, 4605 insertions(+), 55 deletions(-)
copy regression-test/data/{query_p0/subquery/test_subquery2.out =>
compaction/test_time_series_compaction_policy.out} (93%)
create mode 100644
regression-test/data/load_p0/stream_load/test_load_block_to_single_tablet.csv
copy regression-test/data/{correctness_p0/test_case_when_decimal.out =>
load_p0/stream_load/test_load_block_to_single_tablet.out} (60%)
create mode 100644
regression-test/suites/compaction/test_time_series_compaction_policy.groovy
create mode 100644
regression-test/suites/load_p0/stream_load/test_load_block_to_single_tablet.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]