flyrain commented on code in PR #3396:
URL: https://github.com/apache/polaris/pull/3396#discussion_r2678961690


##########
runtime/service/src/main/java/org/apache/polaris/service/persistence/PersistenceConfiguration.java:
##########
@@ -31,7 +31,7 @@ public interface PersistenceConfiguration {
    */
   String type();
 
-  @WithDefault("in-memory")
+  @WithDefault("in-memory,nosql")

Review Comment:
   Agreed with @dimas-b. We shouldn't leak one persistence impl to this module.



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