This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from a437c711786 [fix](case) fix case bug (#52900)
add d4c8e2a24db [test](case) add some test case for coverage of BE code
(#52743)
No new revisions were added by this update.
Summary of changes:
.../data_types/serde/data_type_struct_serde.cpp | 10 --
.../vec/data_types/serde/data_type_struct_serde.h | 4 +-
be/test/vec/data_types/data_type_struct_test.cpp | 119 +++++++++++++++++++++
.../serde/data_type_serde_timev2_test.cpp | 55 ++++++++++
.../data/json_p0/test_json_predict_is_null.out | Bin 1255 -> 1463 bytes
.../sql_functions/table_function/explode_map.out | Bin 2063 -> 4343 bytes
.../sql_functions/table_function/posexplode.out | Bin 7812 -> 11242 bytes
.../data/nereids_syntax_p0/lateral_view.out | Bin 4068 -> 4504 bytes
.../table_function/explode_json_array.out | Bin 6751 -> 11100 bytes
.../json_p0/test_json_predict_is_null.groovy | 56 ++++++++++
.../table_function/explode_map.groovy | 4 +
.../sql_functions/table_function/posexplode.groovy | 4 +
.../suites/nereids_syntax_p0/lateral_view.groovy | 5 +
.../table_function/explode_json_array.groovy | 32 +++++-
14 files changed, 273 insertions(+), 16 deletions(-)
create mode 100644 be/test/vec/data_types/serde/data_type_serde_timev2_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]