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/11/28 20:45:31 UTC

[iceberg] branch master updated: Python: Update feature matrix (#6298)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 15630f47a5 Python: Update feature matrix (#6298)
15630f47a5 is described below

commit 15630f47a532736f6b8b038c97c424fb3bc4516f
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Nov 28 21:45:24 2022 +0100

    Python: Update feature matrix (#6298)
    
    We actually don't have support for changing tables
    We have recently added support for planning scans
---
 python/mkdocs/docs/index.md | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/python/mkdocs/docs/index.md b/python/mkdocs/docs/index.md
index adbcc0e0c8..53795a8e07 100644
--- a/python/mkdocs/docs/index.md
+++ b/python/mkdocs/docs/index.md
@@ -525,17 +525,21 @@ The goal is that the python library will provide a functional, performant subset
 
 ## Metadata
 
-| Operation               | Java  | Python |
-|:------------------------|:-----:|:------:|
-| Get Schema              |    X  |   X    |
-| Get Snapshots           |    X  |   X    |
-| Plan Scan               |    X  |        |
-| Plan Scan for Snapshot  |    X  |        |
-| Update Current Snapshot |    X  |        |
-| Set Table Properties    |    X  |   X    |
-| Create Table            |    X  |   X    |
-| Drop Table              |    X  |   X    |
-| Alter Table             |    X  |        |
+| Operation                | Java  | Python |
+|:-------------------------|:-----:|:------:|
+| Get Schema               |    X  |   X    |
+| Get Snapshots            |    X  |   X    |
+| Plan Scan                |    X  |   X    |
+| Plan Scan for Snapshot   |    X  |   X    |
+| Update Current Snapshot  |    X  |        |
+| Create Table             |    X  |   X    |
+| Rename Table             |    X  |   X    |
+| Drop Table               |    X  |   X    |
+| Alter Table              |    X  |        |
+| Set Table Properties     |    X  |        |
+| Create Namespace         |    X  |   X    |
+| Drop Namespace           |    X  |   X    |
+| Set Namespace Properties |    X  |   X    |
 
 ## Types