lszskye commented on code in PR #238:
URL: https://github.com/apache/paimon-cpp/pull/238#discussion_r3870458226


##########
src/paimon/core/operation/abstract_split_read.cpp:
##########
@@ -154,7 +154,7 @@ Result<std::unique_ptr<FileBatchReader>> 
AbstractSplitRead::CreateFileBatchReade
     const std::string& file_format_identifier, const std::string& 
data_file_path,
     int64_t data_file_size, const ReaderBuilder* reader_builder) const {
     if (context_->EnablePrefetch() && file_format_identifier != "blob" &&
-        file_format_identifier != "avro") {
+        file_format_identifier != "avro" && file_format_identifier != 
"mosaic") {

Review Comment:
   can add a TODO for `mosaic` intersection `format table`



-- 
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]

Reply via email to