morningman commented on code in PR #10740:
URL: https://github.com/apache/doris/pull/10740#discussion_r917526912


##########
be/src/vec/exec/file_text_scanner.h:
##########
@@ -42,6 +42,9 @@ class FileTextScanner final : public FileScanner {
     Status get_next(Block* block, bool* eof) override;
     void close() override;
 
+protected:
+    void _init_profiles(RuntimeProfile* profile) override {}

Review Comment:
   I just want to make it more explicitly.



-- 
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

Reply via email to