eric-maynard commented on code in PR #610: URL: https://github.com/apache/polaris/pull/610#discussion_r1917465142
########## quarkus/service/src/main/resources/application.properties: ########## @@ -82,7 +82,9 @@ polaris.features.defaults."SUPPORTED_CATALOG_STORAGE_TYPES"=["S3","GCS","AZURE", # polaris.features.realm-overrides."my-realm"."INITIALIZE_DEFAULT_CATALOG_FILEIO_FOR_TEST"=true # polaris.features.realm-overrides."my-realm"."SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION"=true -polaris.persistence.type=in-memory +polaris.persistence.type=eclipse-link Review Comment: H2 in-memory and the TreeMap metastore do not have the same semantics. For example, the in-memory metastore currently prints credentials when it bootstraps. -- 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]
