yuqi1129 commented on code in PR #12959:
URL: https://github.com/apache/gravitino/pull/12959#discussion_r3955125914
##########
catalogs/catalog-common/src/test/java/org/apache/gravitino/lakehouse/iceberg/TestIcebergPropertiesUtils.java:
##########
@@ -23,11 +23,18 @@
import java.util.Map;
import org.apache.gravitino.catalog.lakehouse.iceberg.IcebergConstants;
import org.apache.gravitino.catalog.lakehouse.iceberg.IcebergPropertiesUtils;
+import org.apache.gravitino.storage.AzureProperties;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
public class TestIcebergPropertiesUtils {
+ private static final String ADLS_TOKEN_CREDENTIAL_PROVIDER =
"adls.token-credential-provider";
+ private static final String ADLS_TOKEN_CREDENTIAL_PROVIDER_PREFIX =
+ ADLS_TOKEN_CREDENTIAL_PROVIDER + ".";
+ private static final String AZURE_CLIENT_SECRET_TOKEN_CREDENTIAL_PROVIDER =
+
"org.apache.gravitino.iceberg.common.credential.AzureClientSecretTokenCredentialProvider";
Review Comment:
These three seem to be duplicated.
--
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]