This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.8 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 67db033e8ac505bb4f3bb5054ff7b9c51a869a4c Author: Jingsong <[email protected]> AuthorDate: Mon May 27 11:06:53 2024 +0800 [doc] Remove outdate roadmap page --- docs/content/project/roadmap.md | 48 ----------------------------------------- 1 file changed, 48 deletions(-) diff --git a/docs/content/project/roadmap.md b/docs/content/project/roadmap.md deleted file mode 100644 index 80edb3568..000000000 --- a/docs/content/project/roadmap.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: "Roadmap" -weight: 1 -type: docs -aliases: -- /project/roadmap.html ---- -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> - -# Roadmap - -Paimon's long-term goal is to become the better data lake platform for building the Streaming Lakehouse. Paimon will -invest in real-time, ecology, and data warehouse integrity for a long time. - -If you have other requirements, please contact us. - -## What’s Next? - -### Core - -- Foreign Key Join Partial-Update -- Append table supports batch / streaming z-order sort -- Supports cross partition update - -### Compute Engines - -- 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
