dimas-b commented on code in PR #1817: URL: https://github.com/apache/polaris/pull/1817#discussion_r2130586187
########## quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogViewTest.java: ########## @@ -175,15 +175,14 @@ public void before(TestInfo testInfo) { diagServices, configurationStore, Clock.systemDefaultZone()); + CallContext.setCurrentContext(polarisContext); Review Comment: Just moving `CallContext.setCurrentContext` above the calls that rely on it -- to ensure CDI context has the same data and thread locals. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org