diqiu50 commented on code in PR #10081:
URL: https://github.com/apache/gravitino/pull/10081#discussion_r3231434337
##########
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalog.java:
##########
@@ -81,4 +87,38 @@ public PropertiesMetadata catalogPropertiesMetadata() throws
UnsupportedOperatio
public PropertiesMetadata schemaPropertiesMetadata() throws
UnsupportedOperationException {
return SCHEMA_PROPERTIES_META;
}
+
+ @Override
+ public Map<String, String> propertiesWithCredentialProviders() {
Review Comment:
This is not a newly introduced issue. Previously, these were exposed via
properties, but they are now only accessible through getCredential. We will
address the issues of `hidden=false` in the spark/trino/flink connector pr,
changed it will break CI now.
--
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]