yiguolei commented on code in PR #35423:
URL: https://github.com/apache/doris/pull/35423#discussion_r1615461238
##########
be/src/vec/spill/spill_writer.h:
##########
@@ -44,7 +44,7 @@ class SpillWriter {
int64_t get_id() const { return stream_id_; }
- size_t get_written_bytes() const { return total_written_bytes_; }
+ auto get_written_bytes() const { return total_written_bytes_; }
Review Comment:
not use auto in return value type
--
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]