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/incubator-paimon.git


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

commit a19eb8b86b76706428188a9d6d4e282450f00290
Author: Jingsong <[email protected]>
AuthorDate: Thu Aug 3 14:51:35 2023 +0800

    [doc] Update roadmap to 0.5
---
 docs/content/project/roadmap.md | 28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)

diff --git a/docs/content/project/roadmap.md b/docs/content/project/roadmap.md
index 7a0f28bd7..e69780874 100644
--- a/docs/content/project/roadmap.md
+++ b/docs/content/project/roadmap.md
@@ -34,23 +34,15 @@ If you have other requirements, please contact us.
 ## What’s Next?
 
 ### Core
-- Lookup Changelog-Producer to produce changelog in real-time
-- Enhance Flink Lookup Join from True Lookup
-- Provide stable Java Programing API
-- Savepoint support
-- More Metrics, such as the busyness of compaction thread
-- Multi table consistency for real-time materialized views
-
-### Ingestion
-- Schema Evolution Synchronization from Flink CDC
-- Entire Database Synchronization from Flink CDC
-- Integration with Apache Seatunnel
+
+- Foreign Key Join Partial-Update
+- Append-only table supports batch / streaming z-order sort
+- Supports cross partition update
 
 ### Compute Engines
-- Flink DELETE/UPDATE support
-- More management via Flink/Spark `CALL` procedures. 
-- Hive Writer
-- Spark Writer supports `INSERT OVERWRITE`
-- Spark Time Traveling
-- Presto Reader
-- Doris Reader
+
+- More management via Flink/Spark `CALL` procedures
+- Flink Sink supports at-least-once / unaligned checkpoint
+- Flink Whole database compaction Job
+- Public Spark Schema Evolution Pipeline
+- Spark supports Dynamic Partition overwrite

Reply via email to