bitsondatadev commented on code in PR #9272: URL: https://github.com/apache/iceberg/pull/9272#discussion_r1423895171
########## README.md: ########## @@ -31,15 +31,17 @@ Background and documentation is available at <https://iceberg.apache.org> Iceberg is under active development at the Apache Software Foundation. -The core Java library that tracks table snapshots and metadata is complete, but still evolving. Current work is focused on adding row-level deletes and upserts, and integration work with new engines like Flink and Hive. +The [Iceberg format specification][iceberg-spec] is considered stable. Review Comment: ```suggestion The [Iceberg format specification][iceberg-spec] is stable. ``` ########## README.md: ########## @@ -31,15 +31,17 @@ Background and documentation is available at <https://iceberg.apache.org> Iceberg is under active development at the Apache Software Foundation. -The core Java library that tracks table snapshots and metadata is complete, but still evolving. Current work is focused on adding row-level deletes and upserts, and integration work with new engines like Flink and Hive. +The [Iceberg format specification][iceberg-spec] is considered stable. -The [Iceberg format specification][iceberg-spec] is being actively updated and is open for comment. Until the specification is complete and released, it carries no compatibility guarantees. The spec is currently evolving as the Java reference implementation changes. +The core Java library can be found in this repository and is considered the reference implementation for other libraries. Review Comment: ```suggestion The core Java library is located in this repository and is the reference implementation for other libraries. ``` -- 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]
