github-actions[bot] commented on code in PR #26425: URL: https://github.com/apache/doris/pull/26425#discussion_r1382383324
########## be/test/io/fs/s3_file_writer_test.cpp: ########## @@ -80,9 +80,13 @@ class S3FileWriterTest : public testing::Test { } private: + static constexpr char RUN_S3_TESTS[] = "RUN_S3_TESTS"; Review Comment: warning: do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays] ```cpp static constexpr char RUN_S3_TESTS[] = "RUN_S3_TESTS"; ^ ``` -- 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