kaijchen commented on code in PR #47617: URL: https://github.com/apache/doris/pull/47617#discussion_r1952108200
########## be/src/runtime/runtime_state.cpp: ########## @@ -375,6 +375,7 @@ Status RuntimeState::append_error_msg_to_file(std::function<std::string()> line, !is_summary) { if (_load_zero_tolerance) { *stop_processing = true; + return Status::DataQualityError("Num filtered rows exceeds limit {}", MAX_ERROR_NUM); Review Comment: ```suggestion return Status::DataQualityError("Encountered unqualified data, stop processing"); ``` -- 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