xinyiZzz commented on code in PR #21755:
URL: https://github.com/apache/doris/pull/21755#discussion_r1264308452


##########
be/src/io/fs/local_file_reader.h:
##########
@@ -49,6 +49,8 @@ class LocalFileReader final : public FileReader {
 
     FileSystemSPtr fs() const override { return _fs; }
 
+    void* read_at_by_mmap();

Review Comment:
   1.2 可能没有 local file reader ,相关代码是存算分离加的,好,我单独读吧



##########
be/src/io/fs/local_file_reader.h:
##########
@@ -49,6 +49,8 @@ class LocalFileReader final : public FileReader {
 
     FileSystemSPtr fs() const override { return _fs; }
 
+    void* read_at_by_mmap();

Review Comment:
   1.2 可能没有 local file reader ,相关代码是存算分离加的,好,我单独读吧



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to