dimas-b commented on code in PR #2565: URL: https://github.com/apache/polaris/pull/2565#discussion_r2349889470
########## persistence/relational-jdbc/src/main/resources/h2/schema-v3.sql: ########## @@ -35,7 +35,6 @@ MERGE INTO version (version_key, version_value) -- H2 supports COMMENT, but some modes may ignore it COMMENT ON TABLE version IS 'the version of the JDBC schema in use'; -DROP TABLE IF EXISTS entities; Review Comment: I guess this is worth mentioning in `CHANGELOG.md`, WDYT? -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org