adutra commented on code in PR #4812:
URL: https://github.com/apache/polaris/pull/4812#discussion_r3443625673


##########
runtime/service/src/test/java/org/apache/polaris/service/events/listeners/inmemory/InMemoryBufferEventListenerIntegrationTest.java:
##########
@@ -82,7 +83,9 @@ class InMemoryBufferEventListenerIntegrationTest {
   private String authToken;
   private URI baseLocation;
 
-  @Inject Instance<DataSource> dataSource;
+  @Inject
+  @DataSource("h2")
+  Instance<AgroalDataSource> dataSource;

Review Comment:
   Heh, we don't, but if you keep `DataSource`, there is an annoying clash 
between `java.sql.DataSource` and `io.quarkus.agroal.DataSource`.



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