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


##########
extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc/JdbcMetaStoreManagerFactory.java:
##########
@@ -45,14 +46,15 @@ public class JdbcMetaStoreManagerFactory extends 
LocalPolarisMetaStoreManagerFac
 
   // TODO: Pending discussion of if we should have one Database per realm or 1 
schema per realm
   // or realm should be a primary key on all the tables.
-  @Inject DataSource dataSource;
+  @Inject Instance<DataSource> dataSource;

Review Comment:
   This is Quarkus failing the Reg test saying the bean is not active as we 
don't supply the jdbc.url and hence promting me to use Instance here to avoid 
this failure. 



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