joyhaldar commented on code in PR #4050:
URL: https://github.com/apache/polaris/pull/4050#discussion_r3092806711


##########
polaris-core/src/main/java/org/apache/polaris/core/connection/hadoop/HadoopConnectionConfigInfoDpo.java:
##########
@@ -51,7 +51,8 @@ public HadoopConnectionConfigInfoDpo(
       @JsonProperty(value = "serviceIdentity", required = false) @Nullable
           ServiceIdentityInfoDpo serviceIdentityInfo,
       @JsonProperty(value = "warehouse", required = false) @Nullable String 
remoteCatalogName) {
-    super(ConnectionType.HADOOP.getCode(), uri, authenticationParameters, 
serviceIdentityInfo);
+    super(
+        ConnectionType.HADOOP.getCode(), uri, authenticationParameters, 
serviceIdentityInfo, null);

Review Comment:
   I have added the overloaded constructor and updated the subclasses.
   
   



-- 
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]

Reply via email to