fpetkovski commented on code in PR #22360:
URL: https://github.com/apache/datafusion/pull/22360#discussion_r3303627118
##########
datafusion/datasource/src/mod.rs:
##########
@@ -163,12 +164,15 @@ pub struct PartitionedFile {
/// The estimated size of the parquet metadata, in bytes
pub metadata_size_hint: Option<usize>,
pub table_reference: Option<TableReference>,
+ /// A user-provided arrow schema for the file.
Review Comment:
Thanks for the suggestion, I updated the docs to clarify how this field is
used by various openers.
--
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]