You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/07/07 23:06:48 UTC

[iceberg-docs] branch main updated: Update roadmap page (#109)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 2992de14 Update roadmap page (#109)
2992de14 is described below

commit 2992de149623a5c7adbaf28866f9ccdff6cad0aa
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Thu Jul 7 19:06:44 2022 -0400

    Update roadmap page (#109)
    
    * Update roadmap page
    
    * Update landing-page/content/common/roadmap.md
    
    * Update landing-page/content/common/roadmap.md
    
    * Add FLIP-27 to Priority 1
---
 landing-page/content/common/roadmap.md | 23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

diff --git a/landing-page/content/common/roadmap.md b/landing-page/content/common/roadmap.md
index 6abb5794..6f416c96 100644
--- a/landing-page/content/common/roadmap.md
+++ b/landing-page/content/common/roadmap.md
@@ -30,10 +30,12 @@ Related design docs will be linked on the planning boards.
 # Priority 1
 
 * API: [Iceberg 1.0.0](https://github.com/apache/iceberg/projects/3) [medium]
-* Spark: [Merge-on-read plans](https://github.com/apache/iceberg/projects/11) [large]
-* Maintenance: [Delete file compaction](https://github.com/apache/iceberg/projects/10) [medium]
-* Flink: [Upgrade to 1.13.2](https://github.com/apache/iceberg/projects/12) (document compatibility) [medium]
 * Python: [Pythonic refactor](https://github.com/apache/iceberg/projects/7) [medium]
+* Spec: [Z-ordering / Space-filling curves](https://github.com/apache/iceberg/projects/16) [medium]
+* Spec: [Snapshot tagging and branching](https://github.com/apache/iceberg/projects/4) [small]
+* Views: [Spec](https://github.com/apache/iceberg/projects/6) [medium]
+* Puffin: [Implement statistics information in table snapshot](https://github.com/apache/iceberg/pull/4741) [medium]
+* Flink: [FLIP-27 based Iceberg source](https://github.com/apache/iceberg/projects/23) [large]
 
 # Priority 2
 
@@ -41,22 +43,7 @@ Related design docs will be linked on the planning boards.
 * Spark: [DSv2 streaming improvements](https://github.com/apache/iceberg/projects/2) [small]
 * Flink: [Inline file compaction](https://github.com/apache/iceberg/projects/14) [small]
 * Flink: [Support UPSERT](https://github.com/apache/iceberg/projects/15) [small]
-* Flink: [FLIP-27 based Iceberg source](https://github.com/apache/iceberg/projects/23) [large]
-* Views: [Spec](https://github.com/apache/iceberg/projects/6) [medium]
-* Spec: [Z-ordering / Space-filling curves](https://github.com/apache/iceberg/projects/16) [medium]
-* Spec: [Snapshot tagging and branching](https://github.com/apache/iceberg/projects/4) [small]
 * Spec: [Secondary indexes](https://github.com/apache/iceberg/projects/17) [large]
 * Spec v3: [Encryption](https://github.com/apache/iceberg/projects/5) [large]
 * Spec v3: [Relative paths](https://github.com/apache/iceberg/projects/18) [large]
 * Spec v3: [Default field values](https://github.com/apache/iceberg/projects/19) [medium]
-
-# Priority 3
-
-* Docs: [versioned docs](https://github.com/apache/iceberg/projects/20) [medium]
-* IO: [Support Aliyun OSS/DLF](https://github.com/apache/iceberg/projects/21) [medium]
-* IO: [Support Dell ECS](https://github.com/apache/iceberg/projects/22) [medium]
-
-# External
-
-* PrestoDB: [Iceberg PrestoDB Connector](https://github.com/apache/iceberg/projects/9)
-* Trino: [Iceberg Trino Connector](https://github.com/apache/iceberg/projects/8)