github-actions[bot] commented on code in PR #16996: URL: https://github.com/apache/doris/pull/16996#discussion_r1113977802
########## be/src/runtime/stream_load/stream_load_context.h: ########## @@ -164,6 +160,7 @@ class StreamLoadContext { TFileCompressType::type compress_type = TFileCompressType::UNKNOWN; std::shared_ptr<MessageBodySink> body_sink; + std::shared_ptr<io::StreamLoadPipe> pipe; Review Comment: warning: unknown type name 'StreamLoadPipe'; did you mean 'io::StreamLoadPipe'? [clang-diagnostic-error] ```suggestion std::shared_ptr<io::StreamLoadPipe> pipe; ``` **be/src/io/fs/stream_load_pipe.h:31:** 'io::StreamLoadPipe' declared here ```cpp class StreamLoadPipe : public MessageBodySink, public FileReader { ^ ``` -- 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