This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from d482595773c [fix](webui) add connection context to avoid NPE (#49213)
add dbf29fd39b2 [feature](struct) support struct schema-change behavior
for add sub-columns (#47096)
No new revisions were added by this update.
Summary of changes:
be/src/olap/rowset/segment_v2/column_reader.cpp | 55 ++-
be/src/olap/rowset/segment_v2/column_reader.h | 8 +-
.../rowset/segment_v2/hierarchical_data_reader.cpp | 4 +-
be/src/olap/rowset/segment_v2/segment.cpp | 18 +-
be/src/olap/rowset/segment_v2/segment.h | 3 +
.../java/org/apache/doris/catalog/ColumnType.java | 55 ++-
.../doris/alter/SchemaChangeHandlerTest.java | 225 ++++++++++-
.../data/schema_change_p0/test_modify_struct.out | Bin 0 -> 95375 bytes
.../schema_change_p0/test_modify_struct.groovy | 426 +++++++++++++++++++++
9 files changed, 757 insertions(+), 37 deletions(-)
create mode 100644 regression-test/data/schema_change_p0/test_modify_struct.out
create mode 100644
regression-test/suites/schema_change_p0/test_modify_struct.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]