caican00 commented on code in PR #4435:
URL: https://github.com/apache/gravitino/pull/4435#discussion_r1708840628
##########
docs/lakehouse-paimon-catalog.md:
##########
@@ -72,17 +71,46 @@ Please refer to [Manage Relational Metadata Using
Gravitino](./manage-relational
### Table capabilities
-- Supporting createTable, dropTable, loadTable and listTable.
+- Supporting createTable, dropTable, alterTable, loadTable and listTable.
```
dropTable will delete the table location directly, similar with purgeTable.
```
-- Supporting Column default value through table properties, such as
`fields.{columnName}.default-value`.
+- Supporting Column default value through table properties, such as
`fields.{columnName}.default-value`, not column expression.
-- Doesn't support alterTable now.
+:::caution
Review Comment:
updated.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]