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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b772071d [doc] Update roadmap
8b772071d is described below

commit 8b772071df5516a60cf9dc2f0b1029ecea36adee
Author: Jingsong <[email protected]>
AuthorDate: Thu Nov 14 22:55:52 2024 +0800

    [doc] Update roadmap
---
 docs/content/project/roadmap.md | 49 +++++------------------------------------
 1 file changed, 6 insertions(+), 43 deletions(-)

diff --git a/docs/content/project/roadmap.md b/docs/content/project/roadmap.md
index 2f6b63af0..34628e28c 100644
--- a/docs/content/project/roadmap.md
+++ b/docs/content/project/roadmap.md
@@ -26,16 +26,6 @@ under the License.
 
 # Roadmap
 
-## Native Format IO
-
-Integrate native Parquet & ORC reader & writer.
-
-## Deletion Vectors (Merge On Write)
-
-1. Primary Key Table Deletion Vectors Mode supports async compaction.
-2. Append Table supports DELETE & UPDATE with Deletion Vectors Mode. (Now only 
Spark SQL)
-3. Optimize lookup performance for HDD disk.
-
 ## Flink Lookup Join
 
 Support Flink Custom Data Distribution Lookup Join to reach large-scale data 
lookup join.
@@ -44,51 +34,24 @@ Support Flink Custom Data Distribution Lookup Join to reach 
large-scale data loo
 
 Introduce a mode to produce Iceberg snapshots.
 
-## Branch
-
-Branch production ready.
-
-## Changelog life cycle decouple
-
-Changelog life cycle decouple supports none changelog-producer.
-
-## Partition Mark Done
-
-Support partition mark done.
-
-## Default File Format
-
-- Default compression is ZSTD with level 1.
-- Parquet supports filter push down.
-- Parquet supports arrow with row type element.
-- Parquet becomes default file format.
-
 ## Variant Type
 
 Support Variant Type with Spark 4.0 and Flink 2.0. Unlocking support for 
semi-structured data.
 
-## Bucketed Join
-
-Support Bucketed Join with Spark SQL to reduce shuffler in Join.
-
 ## File Index
 
 Add more index:
-1. Bitmap
-2. Inverse
 
-## Column Family
+1. Inverse
+
+## Vector Compaction
 
-Support Column Family for super Wide Table.
+Support Vector Compaction for super Wide Table.
 
-## View & Function support
+## Function support
 
-Paimon Catalog supports views and functions.
+Paimon Catalog supports functions.
 
 ## Files Schema Evolution Ingestion
 
 Introduce a files Ingestion with Schema Evolution.
-
-## Foreign Key Join
-
-Explore Foreign Key Join solution.

Reply via email to