This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from cb0eb0f0a61 [branch-3.0](timezone) Preload time offset in datetime
(#42395) (#42608)
add 1de897dfcd2 [branch-3.0](insert-overwrite) Support create partition
for auto partition table when insert overwrite (#38628) (#42645)
No new revisions were added by this update.
Summary of changes:
be/src/exec/tablet_info.cpp | 1 +
be/src/pipeline/exec/exchange_sink_operator.cpp | 2 +-
be/src/vec/sink/vrow_distribution.cpp | 177 ++++++++++++++-------
be/src/vec/sink/vrow_distribution.h | 9 +-
be/src/vec/sink/writer/vtablet_writer.cpp | 2 +-
be/src/vec/sink/writer/vtablet_writer_v2.cpp | 2 +-
.../apache/doris/analysis/NativeInsertStmt.java | 6 -
.../doris/nereids/parser/LogicalPlanBuilder.java | 4 +
.../insert/InsertOverwriteTableCommand.java | 33 ++--
.../java/org/apache/doris/qe/SessionVariable.java | 20 +++
.../java/org/apache/doris/qe/StmtExecutor.java | 28 +---
gensrc/thrift/PaloInternalService.thrift | 2 +
.../test_iot_overwrite_and_create.out | 24 +++
.../test_iot_overwrite_and_create_many.out} | 17 +-
.../test_iot_overwrite_and_create.groovy | 71 +++++++++
.../test_iot_overwrite_and_create_many.groovy | 64 ++++++++
16 files changed, 352 insertions(+), 110 deletions(-)
create mode 100644
regression-test/data/insert_overwrite_p0/test_iot_overwrite_and_create.out
copy
regression-test/data/{datatype_p0/time_type/test_time_in_runtimepredicate.out
=> insert_overwrite_p0/test_iot_overwrite_and_create_many.out} (52%)
create mode 100644
regression-test/suites/insert_overwrite_p0/test_iot_overwrite_and_create.groovy
create mode 100644
regression-test/suites/insert_overwrite_p0/test_iot_overwrite_and_create_many.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]