This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46639-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from c84c0a8c8b4 branch-3.0: [fix](data stream) Fix dead loop in VDataStreamMgr's de-constructor #46968 (#46987) add 41f22fc92f9 [improve](schema-change) support nested type with varchar type to support length growing (#46639) No new revisions were added by this update. Summary of changes: .../apache/doris/alter/SchemaChangeHandler.java | 8 +- .../main/java/org/apache/doris/catalog/Column.java | 15 +- .../java/org/apache/doris/catalog/ColumnType.java | 55 ++++++ .../test_varchar_sc_in_complex.out | 34 ++++ .../test_varchar_sc_in_complex.groovy | 187 +++++++++++++++++++++ 5 files changed, 286 insertions(+), 13 deletions(-) create mode 100644 regression-test/data/schema_change_p0/test_varchar_sc_in_complex.out create mode 100644 regression-test/suites/schema_change_p0/test_varchar_sc_in_complex.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org