FANNG1 commented on code in PR #9751:
URL: https://github.com/apache/gravitino/pull/9751#discussion_r2730865358
##########
catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonCatalogPropertiesMetadata.java:
##########
@@ -102,6 +108,58 @@ public class PaimonCatalogPropertiesMetadata extends
BaseCatalogPropertiesMetada
OSSProperties.GRAVITINO_OSS_ACCESS_KEY_SECRET,
PaimonOSSFileSystemConfig.OSS_SECRET_KEY,
OSSProperties.GRAVITINO_OSS_ENDPOINT,
PaimonOSSFileSystemConfig.OSS_ENDPOINT);
+ public static final Map<String, PropertyEntry<?>> DLF_PROPERTY_ENTRIES =
Review Comment:
How about rename `DLF_PROPERTY_ENTRIES` to `REST_PROPERTY_ENTRIES`? because
token provider is not bind to dlf, and we may add token mapping for bear token
too.
--
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]