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 2021/04/15 23:51:57 UTC

[iceberg] branch master updated: Docs: Mark drop in python as supported (#2478)

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 1a1a511  Docs: Mark drop in python as supported (#2478)
1a1a511 is described below

commit 1a1a511c7341c17452531865bdcc79b48a405e33
Author: Ryan Murray <ry...@gmail.com>
AuthorDate: Fri Apr 16 01:51:38 2021 +0200

    Docs: Mark drop in python as supported (#2478)
---
 site/docs/python-feature-support.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docs/python-feature-support.md b/site/docs/python-feature-support.md
index c53f8e6..1ca538b 100644
--- a/site/docs/python-feature-support.md
+++ b/site/docs/python-feature-support.md
@@ -32,7 +32,7 @@ The goal is that the python library will provide a functional, performant subset
 | Update Current Snapshot |    X  |        |
 | Set Table Properties    |    X  |        |
 | Create Table            |    X  |    X   |
-| Drop Table              |    X  |        |
+| Drop Table              |    X  |    X   |
 | Alter Table             |    X  |        |