qingwei727 commented on PR #9751: URL: https://github.com/apache/gravitino/pull/9751#issuecomment-3772842112
> Thanks for the PR, would you like to define DLF catalog properties explictly not using `gravitino.bypass.`? some extra works: > > 1. define properties mapping in > https://github.com/apache/gravitino/blob/6de1a0b1f1cadf049639da5eb33c878737113ca4/catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonCatalogPropertiesMetadata.java#L65 > , like > `dlf-token-provider` -> `token.provider`, `dlf-access-key-id` -> `dlf.access-key-id` > 2. update Paimon catalog document about how to use DLF REST catalog. > Thanks for the PR, would you like to define DLF catalog properties explictly not using `gravitino.bypass.`? some extra works: > > 1. define properties mapping in > https://github.com/apache/gravitino/blob/6de1a0b1f1cadf049639da5eb33c878737113ca4/catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonCatalogPropertiesMetadata.java#L65 > , like > `dlf-token-provider` -> `token.provider`, `dlf-access-key-id` -> `dlf.access-key-id` > 2. update Paimon catalog document about how to use DLF REST catalog. Sure, about 2, paimon already has post the dlf rest catalog in https://paimon.apache.org/docs/master/concepts/rest/overview/ -- 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]
