This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to tag 2.0.15.1 in repository https://gitbox.apache.org/repos/asf/doris.git
*** WARNING: tag 2.0.15.1 was modified! *** from b066ba7c7de (commit) to 64bde86ec60 (commit) discard b066ba7c7de change version to 2.0.15.1 discard f00b3ab6afe [fix](agg) Aggregating string types with null values may result in incorrect result when compaction (#42512) discard bd4fc3f7d42 [fix](agg) Aggregating string types with null values may result in incorrect result (#42067) new 0f65853e657 Revert "[pick](nestedtype)support nested type with agg replace_if_not_null #38304 (#38716)" new 4a6b26e1921 [fix](agg) Aggregating string types with null values may result in incorrect result (#42067) new 64bde86ec60 [fix](agg) Aggregating string types with null values may result in incorrect result when compaction (#42512) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the tag 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 (b066ba7c7de) \ N -- N -- N refs/tags/2.0.15.1 (64bde86ec60) 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. The 3 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/vec/columns/column_nullable.h | 2 + .../org/apache/doris/analysis/CreateTableStmt.java | 11 +- gensrc/script/gen_build_version.sh | 2 +- .../create_nestedtypes_with_replaceIfNOtNull.out | 46 --- ...create_nestedtypes_with_replaceIfNOtNull.groovy | 325 --------------------- 5 files changed, 8 insertions(+), 378 deletions(-) delete mode 100644 regression-test/data/datatype_p0/nested_types/ddl/create_nestedtypes_with_replaceIfNOtNull.out delete mode 100644 regression-test/suites/datatype_p0/nested_types/ddl/create_nestedtypes_with_replaceIfNOtNull.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org