dimas-b commented on code in PR #3722:
URL: https://github.com/apache/polaris/pull/3722#discussion_r2789183246
##########
integration-tests/src/main/java/org/apache/polaris/service/it/ext/PolarisIntegrationTestExtension.java:
##########
@@ -68,7 +68,7 @@ public Object resolveParameter(
private Env env(ExtensionContext context) {
ExtensionContext classCtx = classContext(context);
ExtensionContext.Store store = classCtx.getStore(NAMESPACE);
- return store.getOrComputeIfAbsent(
+ return store.computeIfAbsent(
Review Comment:
noted
--
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]