adutra commented on code in PR #610:
URL: https://github.com/apache/polaris/pull/610#discussion_r1919010112
##########
extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml:
##########
@@ -34,8 +34,7 @@
<class>org.apache.polaris.jpa.models.ModelSequenceId</class>
<shared-cache-mode>NONE</shared-cache-mode>
<properties>
- <property name="jakarta.persistence.jdbc.url"
- value="jdbc:h2:file:./build/test_data/polaris/{realm}/db"/>
Review Comment:
Because I don't see the value of creating a file on disk?
That said, if you really insist on having that file created, I can revert
this change.
--
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]