github-actions[bot] commented on code in PR #25147:
URL: https://github.com/apache/doris/pull/25147#discussion_r1349831378
##########
be/src/olap/rowset_builder.h:
##########
@@ -86,6 +86,10 @@ class RowsetBuilder {
// For UT
DeleteBitmapPtr get_delete_bitmap() { return _delete_bitmap; }
+ std::shared_ptr<PartialUpdateInfo> get_partial_update_info() const {
Review Comment:
warning: function 'get_partial_update_info' should be marked [[nodiscard]]
[modernize-use-nodiscard]
```suggestion
[[nodiscard]] std::shared_ptr<PartialUpdateInfo>
get_partial_update_info() const {
```
--
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]