github-actions[bot] commented on code in PR #17704:
URL: https://github.com/apache/doris/pull/17704#discussion_r1133227621
##########
be/src/service/backend_service.h:
##########
@@ -134,6 +134,9 @@ class BackendService : public BackendServiceIf {
virtual void check_storage_format(TCheckStorageFormatResult& result)
override;
+ virtual void get_column_ids_by_tablet_ids(TFetchColIdsResponse& response,
Review Comment:
warning: 'virtual' is redundant since the function is already declared
'override' [modernize-use-override]
```suggestion
void get_column_ids_by_tablet_ids(TFetchColIdsResponse& response,
```
--
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]