cobed95 commented on code in PR #4945:
URL: https://github.com/apache/polaris/pull/4945#discussion_r3510589888


##########
helm/polaris/values.yaml:
##########
@@ -922,6 +922,11 @@ persistence:
   type: in-memory  # relational-jdbc, nosql
   # The configuration for the relational-jdbc persistence manager.
   relationalJdbc:
+    # -- The database schema (namespace) holding the Polaris tables. When 
empty, Polaris uses the
+    # default schema `POLARIS_SCHEMA`. Must be a valid SQL identifier: it must 
start with a letter or
+    # underscore and contain only letters, digits, and underscores.
+    # @section -- Persistence
+    schemaName: ""

Review Comment:
   Done in 
[21952d5](https://github.com/apache/polaris/pull/4945/commits/21952d59b7163f698289947c11eb2dbee8ae80b4).



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