This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a change to branch hello-stephen-patch-1
in repository https://gitbox.apache.org/repos/asf/doris.git
from b5dd99ed4f4 Merge branch 'variant-sparse' into hello-stephen-patch-1
add f4236bd0807 [Fix](Variant) fix some p0 cases (#50339)
add ce387384284 [fix](case) and case sc and insert into select for variant
(#50278)
add 6f6de14fadb fix should not consider column none null ratio when flush
block, since the block maybe missmatched (#50355)
add 23a520dae92 [fix](ut) fix variant_column_writer_reader_test.cpp
column_object_test.cpp
add 97144835919 [test](predefine) add cases for relative large data set
and fix bug (#50393)
add d1ded78f7f8 Merge branch 'variant-sparse' into hello-stephen-patch-1
No new revisions were added by this update.
Summary of changes:
be/src/olap/rowset/segment_v2/column_reader.h | 2 +-
be/src/olap/rowset/segment_v2/segment.cpp | 202 +-
be/src/olap/rowset/segment_v2/segment_iterator.cpp | 10 +
be/src/olap/rowset/segment_v2/segment_writer.cpp | 4 +-
be/src/vec/columns/column_object.cpp | 13 +-
.../variant_column_writer_reader_test.cpp | 4 +-
.../olap/rowset/variant_with_compaction_test.cpp | 0
be/test/vec/columns/column_object_test.cpp | 14 +-
be/test/vec/columns/column_variant_test.cpp | 4807 ++++++++++----------
.../java/org/apache/doris/catalog/OlapTable.java | 6 +-
.../org/apache/doris/nereids/types/DataType.java | 17 +-
.../java/org/apache/doris/qe/SessionVariable.java | 2 +-
.../ddl/create_nestedtypes_with_schemachange.out | Bin 3234 -> 3258 bytes
.../test_modify_reorder_column.out | Bin 1043 -> 1025 bytes
.../variant_github_events_index_type_p2/load.out | Bin 28422 -> 28513 bytes
regression-test/data/variant_p0/load.out | Bin 16265 -> 16310 bytes
.../predefine/test_prdefine_insert_into_select.out | Bin 3574 -> 5877 bytes
.../predefine/test_predefine_schema_change.out | Bin 0 -> 2195 bytes
.../predefine/test_types_with_indexes_profile.out | Bin 0 -> 15813 bytes
.../load.groovy | 151 +-
regression-test/suites/variant_p0/load.groovy | 3 +-
.../test_prdefine_insert_into_select.groovy | 21 +-
.../predefine/test_predefine_schema_change.groovy | 53 +
.../test_types_with_indexes_profile.groovy | 220 +
24 files changed, 2852 insertions(+), 2677 deletions(-)
delete mode 100644 be/test/olap/rowset/variant_with_compaction_test.cpp
create mode 100644
regression-test/data/variant_p0/predefine/test_predefine_schema_change.out
create mode 100644
regression-test/data/variant_p0/predefine/test_types_with_indexes_profile.out
create mode 100644
regression-test/suites/variant_p0/predefine/test_predefine_schema_change.groovy
create mode 100644
regression-test/suites/variant_p0/predefine/test_types_with_indexes_profile.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]