singhpk234 commented on code in PR #3584:
URL: https://github.com/apache/polaris/pull/3584#discussion_r2750604993


##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/DatasourceOperations.java:
##########
@@ -83,6 +83,11 @@ DatabaseType getDatabaseType() {
     return databaseType;
   }
 
+  /** Returns the detected database type for this datasource. */
+  public DatabaseType databaseType() {
+    return databaseType;
+  }

Review Comment:
   I am confused, let make the getDatabaseType() public instead ? 



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