worker24h commented on a change in pull request #4125: URL: https://github.com/apache/incubator-doris/pull/4125#discussion_r457912482
########## File path: be/src/exec/json_scanner.cpp ########## @@ -243,6 +243,7 @@ Status JsonReader::_parse_json_doc(bool* eof) { uint8_t* json_str = nullptr; size_t length = 0; RETURN_IF_ERROR(_file_reader->read_one_message(&json_str, &length)); + LOG(INFO) << "cmy get json length: " << length; Review comment: Please remove it,otherwise Log file will burst ---------------------------------------------------------------- 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. 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