You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/08 18:41:59 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #1990: Make it possible to only scan part of a parquet file in a partition

alamb commented on code in PR #1990:
URL: https://github.com/apache/arrow-datafusion/pull/1990#discussion_r846389838


##########
datafusion/core/src/datasource/listing/mod.rs:
##########
@@ -32,15 +32,26 @@ pub use table::{ListingOptions, ListingTable, ListingTableConfig};
 pub type PartitionedFileStream =
     Pin<Box<dyn Stream<Item = Result<PartitionedFile>> + Send + Sync + 'static>>;
 
+/// File part identified by [start, end) positions.

Review Comment:
   Are these positions measured in `bytes` from the start of the file?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org