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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]