morningman commented on a change in pull request #5452: URL: https://github.com/apache/incubator-doris/pull/5452#discussion_r608676819
########## File path: be/src/service/backend_service.cpp ########## @@ -312,4 +314,25 @@ void BackendService::close_scanner(TScanCloseResult& result_, const TScanClosePa result_.status = t_status; } +void BackendService::get_stream_load_record(TStreamLoadRecordResult& result, const int64_t last_stream_record_time) { Review comment: Use `TStreamLoadRecordResult* result` as pass out parameter -- 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