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 327069fdbcc [branch-2.1](log) add tablet clear cache log (#38713) add 84d9b2fcf41 [pick](nestedtypes) support nested type with agg replace_if_not_null (#38719) No new revisions were added by this update. Summary of changes: .../org/apache/doris/analysis/CreateTableStmt.java | 3 +- .../plans/commands/info/ColumnDefinition.java | 6 +- .../create_nestedtypes_with_replaceIfNOtNull.out | 46 +++ ...create_nestedtypes_with_replaceIfNOtNull.groovy | 325 +++++++++++++++++++++ 4 files changed, 377 insertions(+), 3 deletions(-) create mode 100644 regression-test/data/datatype_p0/nested_types/ddl/create_nestedtypes_with_replaceIfNOtNull.out create 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