alamb commented on issue #6177: URL: https://github.com/apache/arrow-rs/issues/6177#issuecomment-2263857306
In particular DataFusion uses the `ArrowColumnWriter`: https://docs.rs/parquet/latest/parquet/arrow/arrow_writer/struct.ArrowColumnWriter.html The example on that structure ```rust // Compute the parquet schema let parquet_schema = arrow_to_parquet_schema(schema.as_ref()).unwrap(); let props = Arc::new(WriterProperties::default()); ... Which doesn't encode the arrow schema in the metadata of `props` -- 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]
