This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from c975d71fd4 [typo](docs)Sql blacklist documentation fix (#12376)
add b8cc576cba [fix](array-type) add data valid check for ARRAY type while
insert or load (#12283)
No new revisions were added by this update.
Summary of changes:
be/src/exec/tablet_sink.cpp | 189 +++++++++-------
be/src/exec/tablet_sink.h | 2 +
be/src/olap/row_block2.cpp | 24 +-
be/src/runtime/types.cpp | 5 +-
be/src/vec/sink/vtablet_sink.cpp | 248 ++++++++++++---------
be/src/vec/sink/vtablet_sink.h | 7 +-
.../data/load/insert/test_array_string_insert.out | Bin 0 -> 397 bytes
.../suites/load/insert/test_array_insert.groovy | 2 +
.../load/insert/test_array_string_insert.groovy | 92 ++++++++
.../load_p0/broker_load/test_array_load.groovy | 2 +
10 files changed, 381 insertions(+), 190 deletions(-)
create mode 100644
regression-test/data/load/insert/test_array_string_insert.out
create mode 100644
regression-test/suites/load/insert/test_array_string_insert.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]