Skip to content

Commit

Permalink
Docs: Update readme status paragraph (apache#9272)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian "bits" Olsen <bits@bitsondata.dev>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
  • Loading branch information
3 people authored and lisirrx committed Jan 4, 2024
1 parent fe431b1 commit 82d4b69
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 stable and new features are added with each version.

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 is located in this repository and is the reference implementation for other libraries.

[Java API javadocs][iceberg-javadocs] are available for the main.
[Documentation][iceberg-docs] is available for all libraries and integrations.

[iceberg-javadocs]: https://iceberg.apache.org/javadoc/latest
[iceberg-spec]: https://iceberg.apache.org/spec
Current work is tracked in the [roadmap][roadmap].

[iceberg-docs]: https://iceberg.apache.org/docs/latest/
[iceberg-spec]: https://iceberg.apache.org/spec
[roadmap]: https://iceberg.apache.org/roadmap/

## Collaboration

Expand Down

0 comments on commit 82d4b69

Please sign in to comment.