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 bff45cf94fa [fix](union) union source operator hold too many blocks
from children (#32717)
new b9ac5b3d5bc [bugfix](hive)use `originHiveKeys` for hive partitionvalue
(#32664)
new e71e1b6f303 [enhancement](threadname) change thread name more simple
in order to see it in top -H (#31734)
new ae3542f552f [bugfix](use after free) should not set finish depdency
any more if task ctx lock failed (#32730)
new 3fc3a465068 [Fix](tests) add regression tests for trino-connector
(#32552)
new 97a48ca6b72 [fix](mtmv)fix mysql MTMV do not automatically refresh
even if the refresh method is COMPLETE (#32683)
new 0f5e13e17cd [fix](Nereids) IGNORE_STORAGE_DATA_DISTRIBUTION should not
block generating filter for nested loop join (#32653)
new 0eb92562744 [Fix](TransientTask)Export tasks should only be run on the
master node (#32700)
new de3b99be00f [fix](pipeline) fix check failed in StatefulOperator
new 552bf5b41a5 [opt](jdbc catalog) close when jdbcClient is not empty
(#32747)
new 41b9556a257 [pipelineX](localshuffle) Adjust local exchange strategy
for distinct streaming agg (#32767)
new 3c74d4a4eff [fix](brpc) check failed socket before SetConnected
(#32790)
new ff0da8108bd [fix](RF) fix 'Invalid value' error of RF of decimal type
(#32749)
The 12 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/agent/task_worker_pool.cpp | 4 +-
.../exec/distinct_streaming_aggregation_operator.h | 2 +-
be/src/pipeline/exec/join_probe_operator.cpp | 7 +-
be/src/runtime/descriptors.cpp | 14 +++
be/src/runtime/descriptors.h | 9 ++
be/src/vec/core/types.h | 13 +++
be/src/vec/exec/join/vjoin_node_base.cpp | 6 +-
be/src/vec/exprs/vexpr.h | 15 ++-
be/src/vec/sink/writer/async_result_writer.cpp | 2 -
be/test/vec/data_types/decimal_test.cpp | 104 +++++++++++++++++++++
.../main/java/org/apache/doris/catalog/Env.java | 3 +-
.../doris/catalog/InternalSchemaInitializer.java | 4 +
.../org/apache/doris/catalog/PartitionKey.java | 5 +
.../doris/datasource/jdbc/JdbcExternalCatalog.java | 6 +-
.../apache/doris/job/extensions/mtmv/MTMVTask.java | 8 +-
.../org/apache/doris/master/ReportHandler.java | 1 +
.../processor/post/RuntimeFilterGenerator.java | 5 -
.../resource/workloadgroup/WorkloadGroupMgr.java | 17 ++--
.../doris/scheduler/disruptor/TaskDisruptor.java | 21 ++---
.../doris/scheduler/disruptor/TaskHandler.java | 12 +--
.../scheduler/manager/TransientTaskManager.java | 5 +-
.../java/org/apache/doris/mtmv/MTMVTaskTest.java | 15 +++
.../hive/test_trino_hive_orc.out} | 0
.../hive/test_trino_hive_other.out} | 0
.../join/test_runtimefilter_on_decimal.out | 8 ++
regression-test/pipeline/external/conf/be.conf | 2 +
regression-test/pipeline/external/conf/fe.conf | 2 +
.../pipeline/external/conf/regression-conf.groovy | 2 +
regression-test/pipeline/p0/conf/be.conf | 2 +
.../pipeline/p0/conf/regression-conf.groovy | 1 +
.../hive/test_trino_hive_orc.groovy} | 69 ++++++++++++--
.../hive/test_trino_hive_other.groovy} | 54 ++++++++++-
.../trino_connector/test_plugins_download.groovy | 63 +++++++++++++
.../suites/mtmv_p0/test_mysql_mtmv.groovy | 4 +-
.../join/test_runtimefilter_on_decimal.groovy | 67 +++++++++++++
.../brpc-1.4.0-fix-stream-rpc-set-connected.patch | 40 ++++++--
36 files changed, 515 insertions(+), 77 deletions(-)
copy regression-test/data/external_table_p0/{hive/test_hive_orc.out =>
trino_connector/hive/test_trino_hive_orc.out} (100%)
copy regression-test/data/external_table_p0/{hive/test_hive_other.out =>
trino_connector/hive/test_trino_hive_other.out} (100%)
create mode 100644
regression-test/data/nereids_p0/join/test_runtimefilter_on_decimal.out
copy regression-test/suites/external_table_p0/{hive/test_hive_orc.groovy =>
trino_connector/hive/test_trino_hive_orc.groovy} (58%)
copy regression-test/suites/external_table_p0/{hive/test_hive_other.groovy =>
trino_connector/hive/test_trino_hive_other.groovy} (70%)
create mode 100644
regression-test/suites/external_table_p0/trino_connector/test_plugins_download.groovy
create mode 100644
regression-test/suites/nereids_p0/join/test_runtimefilter_on_decimal.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]