yuqi1129 commented on issue #9731: URL: https://github.com/apache/gravitino/issues/9731#issuecomment-3766750371
> currently, gravitino does not support specifying bucket-key when creating a paimon table. Is there any methods to achieve this feature? Gravitino does not support `bucket-key` now, please see: https://github.com/apache/gravitino/blob/c3c32fa98a7e622629f240e8930bbfe7d442395a/catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonCatalogOperations.java#L351-L352 > due to table primary key is gravitino filtered, how to specify the primary key in SQL when using spark-sql create paimon table? Does it work if you add `bucket-key` to the `with` properties? I'm afraid that I won't work, which caused by #1 -- 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]
