Tishj opened a new issue, #16624: URL: https://github.com/apache/iceberg/issues/16624
In the code, this key is `"iceberg.schema"` See https://github.com/apache/iceberg/blame/f6740364c46afb811fd57c8ca965555600f644bc/core/src/main/java/org/apache/iceberg/avro/Avro.java#L203 The spec mentions the `"schema"` key should be written: See https://iceberg.apache.org/spec/#manifests > JSON representation of the table schema at the time the manifest was written But it looks like in reality, this key should be `"iceberg.schema"` I propose the spec gets changed to fix this inaccuracy As this line of code in the Avro.java file is 8 years old at this point -- 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]
