zeroshade commented on code in PR #277:
URL: https://github.com/apache/iceberg-go/pull/277#discussion_r1932842308


##########
README.md:
##########
@@ -70,6 +70,7 @@ $ cd iceberg-go/cmd/iceberg && go build .
 | Rename Table             |  X   |      |          |  X   |
 | Drop Table               |  X   |      |          |  X   |
 | Alter Table              |      |      |          |      |
+| Check Table Exists       |  X   |      |          |      |
 | Set Table Properties     |      |      |          |      |

Review Comment:
   via `UpdateTable` you can set table properties, so we can probably also mark 
this as supported (for both REST and Glue)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to