mrdrivingduck commented on code in PR #189:
URL: https://github.com/apache/paimon-cpp/pull/189#discussion_r3754861041
##########
src/paimon/common/reader/prefetch_file_batch_reader_impl.cpp:
##########
@@ -62,6 +62,19 @@ Result<std::unique_ptr<PrefetchFileBatchReaderImpl>>
PrefetchFileBatchReaderImpl
const std::shared_ptr<Executor>& executor, bool initialize_read_ranges,
PrefetchCacheMode prefetch_cache_mode, const CacheConfig& cache_config,
const std::shared_ptr<MemoryPool>& pool) {
+ return Create(data_file_path, /*data_file_size=*/-1, reader_builder, fs,
Review Comment:
Done
--
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]