github-actions[bot] commented on code in PR #31947: URL: https://github.com/apache/doris/pull/31947#discussion_r1515866403
########## be/src/olap/tablet_schema.h: ########## @@ -310,6 +313,27 @@ class TabletSchema { str += "]"; return str; } + + // Dump [(name, type, is_nullable), ...] + string dump_structure() const { Review Comment: warning: function 'dump_structure' should be marked [[nodiscard]] [modernize-use-nodiscard] ```suggestion [[nodiscard]] string dump_structure() 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org