This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch auto-pick-46289-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 5df54467895 [opt](iceberg docker)Use PostgreSQL as the backend for the
Iceberg REST server. (#46289)
add bbfb8fd41ca [branch-2.1] Fix local data dir metric missing (#46200)
(#46603)
add 01469e11cfb [fix](regression-test) fix test_routine_load_eof case
unstable (#46644)
add 0ecb84c6384 branch-2.1: [Fix](partial update) Fix incorrect result
when partial update include delete sign columns #46194 (#46543)
add ca5a4f6d35a [Fix](Variant) variant should not implicit be short key
column when create mv (#46539)
add b23877fe656 [regression-test](case) add info to debug
test_workload_sched_policy.… (#46651)
add f744b51c8c5 branch-2.1: [chore](regression) modify cos bucket of
paimon case #46592 (#46642)
add 84ea1ee8349 branch-2.1: [fix](suites) Fix atomic restore alter suite
with master_sql #46550 (#46653)
add 52fd9349f05 [regression-test](case) Reduce
test_load_to_single_tablet.groovy data size to prevent failure (#46655)
add 821123d7f91 [opt](iceberg docker)Use PostgreSQL as the backend for the
Iceberg REST server. (#46289)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5df54467895)
\
N -- N -- N refs/heads/auto-pick-46289-branch-2.1 (821123d7f91)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
be/src/io/fs/local_file_reader.cpp | 12 +-
be/src/olap/olap_common.h | 2 +-
be/src/olap/rowset/segment_v2/segment_writer.cpp | 37 +++---
.../rowset/segment_v2/vertical_segment_writer.cpp | 41 +++----
be/src/olap/tablet.cpp | 17 ++-
be/src/olap/tablet.h | 4 +-
be/src/runtime/workload_group/workload_group.cpp | 2 +-
.../workload_group/workload_group_metrics.cpp | 21 ++--
.../workload_group/workload_group_metrics.h | 18 +--
.../main/java/org/apache/doris/catalog/Type.java | 12 ++
.../doris/alter/MaterializedViewHandler.java | 3 +-
.../doris/analysis/CreateMaterializedViewStmt.java | 6 +-
.../org/apache/doris/analysis/CreateTableStmt.java | 11 +-
.../main/java/org/apache/doris/catalog/Env.java | 2 +-
.../trees/plans/commands/info/CreateMTMVInfo.java | 8 +-
.../trees/plans/commands/info/CreateTableInfo.java | 3 +-
..._partial_update_with_delete_col_in_publish.out} | 10 +-
.../data/insert_overwrite_p0/large_wide_table.out | 50 --------
.../test_partial_update_merge_type.out | 32 ++---
.../test_partial_update_seq_col_delete.out | Bin 1530 -> 1533 bytes
.../test_partial_update_seq_type_delete.out | Bin 2967 -> 2981 bytes
.../partial_update/test_with_delete_sign_col.out | 133 +++++++++++++++++++++
.../partial_update/with_delete1.csv | 6 +
regression-test/data/variant_p0/mv/multi_slot.out | 3 +
.../org/apache/doris/regression/suite/Suite.groovy | 12 ++
.../doris/regression/suite/SuiteContext.groovy | 47 +++++++-
.../pipeline/p0/conf/regression-conf.groovy | 1 -
.../test_backup_restore_atomic_with_alter.groovy | 4 +-
.../paimon/paimon_base_filesystem.groovy | 4 +-
...artial_update_with_delete_col_in_publish.groovy | 92 ++++++++++++++
.../insert_overwrite_p0/ddl/insert_overwrite.sql | 2 +-
.../routine_load/test_routine_load_eof.groovy | 5 +
.../stream_load/test_load_to_single_tablet.groovy | 10 +-
.../test_create_mv_complex_type.groovy | 8 +-
.../rollup_p0/test_materialized_view_array.groovy | 2 +-
.../rollup_p0/test_materialized_view_struct.groovy | 2 +-
.../test_with_delete_sign_col.groovy | 98 +++++++++++++++
.../suites/variant_p0/mv/multi_slot.groovy | 30 ++++-
.../test_workload_sched_policy.groovy | 2 +
39 files changed, 578 insertions(+), 174 deletions(-)
copy
regression-test/data/fault_injection_p0/partial_update/{test_partial_update_skip_compaction.out
=> test_partial_update_with_delete_col_in_publish.out} (61%)
create mode 100644
regression-test/data/unique_with_mow_p0/partial_update/test_with_delete_sign_col.out
create mode 100644
regression-test/data/unique_with_mow_p0/partial_update/with_delete1.csv
create mode 100644
regression-test/suites/fault_injection_p0/partial_update/test_partial_update_with_delete_col_in_publish.groovy
create mode 100644
regression-test/suites/unique_with_mow_p0/partial_update/test_with_delete_sign_col.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]