This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch auto-pick-45669-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
discard 6e019d7cbe2 [fix](catelog) Unifies partition items string (#45669) add 7e5d880431f branch-2.1: [fix](iceberg) Fill in the detailed error information #45415 (#45688) add 37c4de3cbf5 branch-2.1: [improve](variant) only sanitize in debug mode #45689 (#45698) add dc51c1930b9 [chore](fe) Add ATTN logs about partition range (#37338) add 99d4b0a8929 [fix](catelog) Unifies partition items string (#45669) 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 (6e019d7cbe2) \ N -- N -- N refs/heads/auto-pick-45669-branch-2.1 (99d4b0a8929) 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/vec/columns/column_object.cpp | 2 ++ be/src/vec/columns/column_object.h | 2 +- .../java/org/apache/doris/catalog/ListPartitionItem.java | 12 +++++++++--- .../java/org/apache/doris/catalog/PartitionInfo.java | 10 ++++++++++ .../java/org/apache/doris/catalog/PartitionItem.java | 3 +++ .../main/java/org/apache/doris/catalog/PartitionKey.java | 5 +++++ .../org/apache/doris/catalog/RangePartitionItem.java | 5 +++++ .../doris/datasource/iceberg/IcebergMetadataOps.java | 12 +++++++----- .../apache/doris/transaction/DatabaseTransactionMgr.java | 16 ++++------------ 9 files changed, 46 insertions(+), 21 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org