This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 744d3ff19ac [refine](cast) Remove the rollback logic from parsing
complex types. (#54314)
add f4683f39a27 [feat](Variant) add column property for variant and multi
indexes (#54269)
No new revisions were added by this update.
Summary of changes:
be/src/common/consts.h | 1 +
be/src/olap/tablet_meta.cpp | 19 +
be/src/olap/tablet_schema.cpp | 237 ++++++---
be/src/olap/tablet_schema.h | 72 ++-
be/src/vec/json/path_in_data.cpp | 7 +-
be/src/vec/json/path_in_data.h | 7 +-
be/test/common/schema_util_test.cpp | 2 +-
be/test/olap/tablet_schema_index_test.cpp | 101 ++++
be/test/olap/tablet_schema_test.cpp | 854 ++++++++++++++++++++++++++++++
be/test/vec/jsonb/path_in_data_test.cpp | 250 +++++++++
10 files changed, 1476 insertions(+), 74 deletions(-)
create mode 100644 be/test/olap/tablet_schema_test.cpp
create mode 100644 be/test/vec/jsonb/path_in_data_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]