obelix74 commented on code in PR #3385:
URL: https://github.com/apache/polaris/pull/3385#discussion_r2820031691


##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcMetaStoreManagerFactory.java:
##########
@@ -78,6 +79,10 @@ public class JdbcMetaStoreManagerFactory implements 
MetaStoreManagerFactory {
   @Inject RelationalJdbcConfiguration relationalJdbcConfiguration;
   @Inject RealmConfig realmConfig;
 
+  @Inject
+  @Identifier("relational-jdbc")
+  MetricsSchemaBootstrap metricsSchemaBootstrap;

Review Comment:
   Removed the unused metricsSchemaBootstrap field. The metrics schema is 
bootstrapped directly via `datasourceOperations.executeScript()` in the 
`bootstrapRealms` method.



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