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 6acdd9cd481 The issue introduced by the recently added auto-increment
column works fine on a single node but may result in discontinuous
auto-increment IDs when running on a cluster. This PR has been modified to
check for the uniqueness of the auto-increment column values instead of
checking for equality to a fixed value. (#32115)
new 84af8e0a53e [enhance](mtmv)mtmv support hive default partition (#32051)
new 5da7cd0fba2 [bugfix](becore) has to use value to capture lambda value
to avoid core during callback (#32132)
new fa111c371b9 [Chore](top-n) check runtime predicate inited when scan
operator open (#32140)
new 6d2924668e3 [fix](audit-loader) fix invalid token check logic (#32095)
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/tablet_reader.cpp | 2 +
be/src/runtime/runtime_predicate.h | 2 +-
be/src/vec/sink/writer/vtablet_writer.cpp | 10 +-
.../org/apache/doris/catalog/PartitionInfo.java | 3 +
.../doris/datasource/hive/HMSExternalTable.java | 6 +-
.../org/apache/doris/httpv2/rest/LoadAction.java | 7 +-
.../org/apache/doris/load/loadv2/TokenManager.java | 61 +++++++++--
.../apache/doris/service/FrontendServiceImpl.java | 28 ++++--
gensrc/thrift/FrontendService.thrift | 2 +
.../test_hive_default_mtmv.out} | 10 +-
.../suites/mtmv_p0/test_hive_default_mtmv.groovy | 111 +++++++++++++++++++++
11 files changed, 214 insertions(+), 28 deletions(-)
copy
regression-test/data/{datatype_p0/decimalv3/test_decimalv3_key/test_decimalv3_key.out
=> mtmv_p0/test_hive_default_mtmv.out} (57%)
create mode 100644 regression-test/suites/mtmv_p0/test_hive_default_mtmv.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]