This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 5e31a0caa3 docs: Remove roadmap (#9941)
5e31a0caa3 is described below
commit 5e31a0caa360a1a60198a0be6af93b689b19ac19
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Mar 15 09:41:32 2024 +0100
docs: Remove roadmap (#9941)
For now. It is outdated and might confuse users.
---
site/docs/roadmap.md | 56 ----------------------------------------------------
site/nav.yml | 1 -
2 files changed, 57 deletions(-)
diff --git a/site/docs/roadmap.md b/site/docs/roadmap.md
deleted file mode 100644
index 7df1114c76..0000000000
--- a/site/docs/roadmap.md
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: "Roadmap"
----
-<!--
- - 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 Overview
-
-This roadmap outlines projects that the Iceberg community is working on.
-Each high-level item links to a Github project board that tracks the current
status.
-Related design docs will be linked on the planning boards.
-
-# General
-
-* [Multi-table transaction
support](https://github.com/apache/iceberg/projects/30)
-* [Views Support](https://github.com/apache/iceberg/projects/29)
-* [Change Data Capture (CDC)
Support](https://github.com/apache/iceberg/projects/26)
-* [Snapshot tagging and
branching](https://github.com/apache/iceberg/projects/4)
-* [Inline file compaction](https://github.com/apache/iceberg/projects/14)
-* [Delete File compaction](https://github.com/apache/iceberg/projects/10)
-* [Z-ordering / Space-filling
curves](https://github.com/apache/iceberg/projects/16)
-* [Support UPSERT](https://github.com/apache/iceberg/projects/15)
-
-# Clients
-_Python, Rust, and Go projects are pointing to their respective repositories
which include
-their own issues as the implementations are not final._
-
-* [Add the Iceberg Python Client](https://github.com/apache/iceberg-python)
-* [Add the Iceberg Rust Client](https://github.com/apache/iceberg-rust)
-* [Add the Iceberg Go Client](https://github.com/apache/iceberg-go)
-
-# Spec V2
-
-* [Views Spec](https://github.com/apache/iceberg/projects/6)
-* [DSv2 streaming improvements](https://github.com/apache/iceberg/projects/2)
-* [Secondary indexes](https://github.com/apache/iceberg/projects/17)
-
-# Spec V3
-
-* [Encryption](https://github.com/apache/iceberg/projects/5)
-* [Relative paths](https://github.com/apache/iceberg/projects/18)
-* [Default field values](https://github.com/apache/iceberg/projects/19)
diff --git a/site/nav.yml b/site/nav.yml
index f315e0ae96..aa5c77b461 100644
--- a/site/nav.yml
+++ b/site/nav.yml
@@ -28,7 +28,6 @@ nav:
- 1.4.1: '!include docs/docs/1.4.1/mkdocs.yml'
- 1.4.0: '!include docs/docs/1.4.0/mkdocs.yml'
- Releases: releases.md
- - Roadmap: roadmap.md
- Blogs: blogs.md
- Talks: talks.md
- Vendors: vendors.md