gavinchou commented on code in PR #54926:
URL: https://github.com/apache/doris/pull/54926#discussion_r2281400999


##########
be/src/io/fs/hdfs_file_reader.h:
##########
@@ -63,6 +63,9 @@ class HdfsFileReader final : public FileReader {
 
     void _collect_profile_before_close() override;
 
+    Status read_at_impl_impl(size_t offset, Slice result, size_t* bytes_read,

Review Comment:
   suggest name `do_read_at_impl()`



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