This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-47096-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from d10f242f5e8 branch-3.1: [feat](hive) add catalog level schema cache 
property #50958 (#52198)
     add 2c158264b61 [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]

Reply via email to