Subham-KRLX commented on code in PR #3960:
URL: https://github.com/apache/polaris/pull/3960#discussion_r2931881538
##########
runtime/service/src/main/java/org/apache/polaris/service/persistence/PersistenceConfiguration.java:
##########
@@ -37,4 +37,11 @@ public interface PersistenceConfiguration {
default boolean isAutoBootstrap() {
return autoBootstrapTypes().contains(type());
}
+
+ /**
+ * The type of the {@link
org.apache.polaris.persistence.relational.jdbc.DataSourceResolver} to
+ * use. Only applicable when using JDBC persistence.
+ */
+ @WithDefault("polaris")
+ String dataSourceResolver();
Review Comment:
@adutra Got it will use @Identifier("default") and
@WithName("datasource-resolver.type") with @WithDefault("default"). Pushing the
fix along with CI fixes shortly.
--
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]