github-actions[bot] commented on code in PR #23681:
URL: https://github.com/apache/doris/pull/23681#discussion_r1324397134
##########
be/test/olap/rowid_conversion_test.cpp:
##########
@@ -496,6 +496,8 @@ TEST_F(TestRowIdConversion, Basic) {
rss_row_ids.push_back(rss_row_id);
}
RowIdConversion rowid_conversion;
+ std::string file_name = absolute_dir + "/basic";
Review Comment:
warning: variable 'file_name' is not initialized
[cppcoreguidelines-init-variables]
```suggestion
std::string file_name = 0 = absolute_dir + "/basic";
```
--
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]