caican00 commented on code in PR #4435: URL: https://github.com/apache/gravitino/pull/4435#discussion_r1709684776
########## docs/lakehouse-paimon-catalog.md: ########## @@ -94,7 +119,17 @@ 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. +::: + +:::info +Paimon Table primary key constraint should not be same with partition fields, Review Comment: fixed ########## docs/lakehouse-paimon-catalog.md: ########## @@ -94,7 +119,17 @@ 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, Review Comment: fixed -- 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]
