gavinchou commented on code in PR #54995:
URL: https://github.com/apache/doris/pull/54995#discussion_r2284507938
##########
be/src/olap/task/index_builder.cpp:
##########
@@ -357,7 +357,7 @@ Status
IndexBuilder::handle_single_rowset(RowsetMetaSharedPtr output_rowset_meta
return Status::OK();
} else {
// create inverted index writer
- const auto& fs = io::global_local_filesystem();
+ const auto& fs = output_rowset_meta->fs();
Review Comment:
output_rowset_meta->fs() is not equal to io::global_local_filesystem()
--
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]