jerqi commented on code in PR #9751:
URL: https://github.com/apache/gravitino/pull/9751#discussion_r2711178932
##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonConstants.java:
##########
@@ -45,6 +45,22 @@ public class PaimonConstants {
public static final String OSS_ACCESS_KEY = "fs.oss.accessKeyId";
public static final String OSS_SECRET_KEY = "fs.oss.accessKeySecret";
+ // DLF (Data Lake Formation) related properties - Gravitino keys
+ public static final String GRAVITINO_DLF_TOKEN_PROVIDER =
"dlf-token-provider";
Review Comment:
This shouldn't bind to `dlf-token-provider`.
--
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]