fpetkovski commented on code in PR #22360:
URL: https://github.com/apache/datafusion/pull/22360#discussion_r3303629412
##########
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.
+ pub arrow_schema: Option<SchemaRef>,
Review Comment:
Thanks, I updated the protos to serialize and deserialize the file arrow
schema as well. There is a proto test now which verifies the round trip.
--
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]