dimas-b commented on code in PR #3839:
URL: https://github.com/apache/polaris/pull/3839#discussion_r2829916394
##########
runtime/service/src/test/java/org/apache/polaris/service/test/TestEnvironmentExtension.java:
##########
@@ -45,7 +45,7 @@ public static TestEnvironment getEnv(ExtensionContext
extensionContext)
// This must be cached because the TestEnvironment has a randomly
generated ID
return extensionContext
.getStore(Namespace.create(extensionContext.getRequiredTestClass()))
- .getOrComputeIfAbsent(
+ .computeIfAbsent(
Review Comment:
same here
--
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]