yiguolei commented on code in PR #35423:
URL: https://github.com/apache/doris/pull/35423#discussion_r1615461049
##########
be/src/vec/spill/spill_stream.h:
##########
@@ -51,7 +51,7 @@ class SpillStream {
const std::string& get_spill_dir() const { return spill_dir_; }
- size_t get_written_bytes() const { return writer_->get_written_bytes(); }
+ auto get_written_bytes() const { return total_written_bytes_; }
Review Comment:
返回值不要用auto
--
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]