You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/11 04:10:08 UTC

[GitHub] [doris] morningman commented on a diff in pull request #10740: [improvement](parquet-reader) Add some profile for parquet reader

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org