caiconghui commented on a change in pull request #5722: URL: https://github.com/apache/incubator-doris/pull/5722#discussion_r622707584
########## File path: be/src/http/action/stream_load.cpp ########## @@ -163,7 +163,9 @@ void StreamLoadAction::handle(HttpRequest* req) { HttpChannel::send_reply(req, str); #ifndef BE_TEST str = ctx->prepare_stream_load_record(str); - _sava_stream_load_record(ctx, str); Review comment: why prepare_stream_load_record outside enable judgement block -- 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