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-python.git
The following commit(s) were added to refs/heads/main by this push:
new 0055bd0 Update feature support documentation (#261)
0055bd0 is described below
commit 0055bd02167b39ebead0827edfc54935bde4b878
Author: Andre Luis Anastacio <[email protected]>
AuthorDate: Thu Jan 11 17:14:59 2024 -0300
Update feature support documentation (#261)
---
mkdocs/docs/feature-support.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mkdocs/docs/feature-support.md b/mkdocs/docs/feature-support.md
index 9c466c9..535b34e 100644
--- a/mkdocs/docs/feature-support.md
+++ b/mkdocs/docs/feature-support.md
@@ -36,8 +36,8 @@ The goal is that the python library will provide a
functional, performant subset
| Create Table | X | X |
| Rename Table | X | X |
| Drop Table | X | X |
-| Alter Table | X | |
-| Set Table Properties | X | |
+| Alter Table | X | X |
+| Set Table Properties | X | X |
| Create Namespace | X | X |
| Drop Namespace | X | X |
| Set Namespace Properties | X | X |