AshinGau commented on code in PR #18796:
URL: https://github.com/apache/doris/pull/18796#discussion_r1172146140
##########
be/src/vec/exec/format/parquet/vparquet_reader.cpp:
##########
@@ -581,6 +582,42 @@ Status ParquetReader::_init_row_groups(const bool&
is_filter_groups) {
return Status::OK();
}
+std::vector<io::PrefetchRange> ParquetReader::_generate_random_access_ranges(
Review Comment:
At most the number of columns * number of row group.
--
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]