github-actions[bot] commented on code in PR #31355: URL: https://github.com/apache/doris/pull/31355#discussion_r1500815983
########## be/src/io/fs/file_writer_options.h: ########## @@ -26,6 +26,8 @@ struct FileWriterOptions { bool is_cold_data = false; bool sync_file_data = true; // Whether flush data into storage system int64_t file_cache_expiration = 0; // Absolute time Review Comment: warning: unknown type name 'int64_t' [clang-diagnostic-error] ```cpp int64_t file_cache_expiration = 0; // Absolute time ^ ``` -- 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