carlvinhust2012 commented on code in PR #12424: URL: https://github.com/apache/doris/pull/12424#discussion_r965464775
########## be/src/vec/exec/vbroker_scanner.cpp: ########## @@ -95,6 +91,10 @@ Status VBrokerScanner::_fill_dest_columns(const Slice& line, return Status::OK(); } + if (!check_array_format(_split_values)) { Review Comment: As we disscuss, the 'tablet_sink.cpp' layer just can process the block which has parse the entire array. if the 'vbroker_scanner' layer can parse the array failed and return error, the 'tablet_sink.cpp' layer will not get the block to filter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org