caican00 commented on code in PR #4435: URL: https://github.com/apache/gravitino/pull/4435#discussion_r1708840964
########## docs/lakehouse-paimon-catalog.md: ########## @@ -94,7 +122,13 @@ dropTable will delete the table location directly, similar with purgeTable. ### Table indexes -- Doesn't support table indexes. +- Only supports primary key Index. + +:::info We cannot specify more than one primary key Index, and a primary key Index can contain multiple fields as a joint primary key. 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]
