mxm commented on issue #15925: URL: https://github.com/apache/iceberg/issues/15925#issuecomment-5058007365
This is an interesting proposal! I think the write schema should be inferred from the user-provided schema. When a user provides a subset of an existing schema, we use one of the existing wider schemas instead of creating a new schema. We have this logic already in CompareSchemaVisitor and DataConverter, it just needs to be adjusted to avoid the null padding in case of Parquet. -- 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]
