Tishj commented on issue #16624: URL: https://github.com/apache/iceberg/issues/16624#issuecomment-4586734894
Sorry for the noise, I think we can close this issue Some more context for those interested. When first implementing the Avro writing portion in duckdb-iceberg, we looked at produced Avro files by other writers. To the best of my knowledge (it's been a while), these contained `iceberg.schema` but *not* `schema`. This resulted in us interpreting the spec's: > JSON representation of the table schema at the time the manifest was written To mean: the schema of the manifest file. So we implemented `schema` wrong because of this. -- 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]
