airborne12 commented on code in PR #37564:
URL: https://github.com/apache/doris/pull/37564#discussion_r1671991155
##########
be/src/olap/compaction.cpp:
##########
@@ -654,6 +657,7 @@ Status Compaction::do_inverted_index_compaction() {
if (st.ok()) {
auto index_not_need_to_compact =
DORIS_TRY(inverted_index_file_reader->get_all_directories());
+ compacted_idx_file_size[i] =
inverted_index_file_reader->get_inverted_file_size();
Review Comment:
use _fs->file_size() instead
--
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]