This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 80fe049c827 branch-3.0: [chore](task) log the thrift message size if
the broken pipe is occurred #49492 (#49507)
add 7dbe08377b1 [improve](schema-change) support nested type with varchar
type to support length growing (#48025)
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 | 17 +-
.../java/org/apache/doris/catalog/ColumnType.java | 67 +++
.../schema_change_p0/test_type_length_change.out | Bin 0 -> 362 bytes
.../test_varchar_sc_in_complex.out | Bin 0 -> 14064 bytes
.../test_type_length_change.groovy | 78 ++++
.../test_varchar_sc_in_complex.groovy | 482 +++++++++++++++++++++
.../test_varchar_schema_change.groovy | 2 +-
8 files changed, 642 insertions(+), 12 deletions(-)
create mode 100644
regression-test/data/schema_change_p0/test_type_length_change.out
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_type_length_change.groovy
create mode 100644
regression-test/suites/schema_change_p0/test_varchar_sc_in_complex.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]