This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 30e93e0 [feature-wip](array-type)support select ARRAY data type on vectorized engine (#8217) add 07d16d4 [feature-wip][array-type] Array data can be loaded in stream load. (#8368) No new revisions were added by this update. Summary of changes: be/src/exprs/cast_functions.cpp | 7 + be/src/exprs/cast_functions.h | 2 + be/src/util/array_parser.hpp | 212 +++++++++++++++++++++ be/test/util/CMakeLists.txt | 1 + be/test/util/array_parser_test.cpp | 134 +++++++++++++ .../java/org/apache/doris/analysis/CastExpr.java | 19 +- .../main/java/org/apache/doris/catalog/Type.java | 4 +- 7 files changed, 371 insertions(+), 8 deletions(-) create mode 100644 be/src/util/array_parser.hpp create mode 100644 be/test/util/array_parser_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org