flyrain commented on code in PR #2762:
URL: https://github.com/apache/polaris/pull/2762#discussion_r2412035953
##########
persistence/relational-jdbc/src/main/resources/h2/schema-v3.sql:
##########
@@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS version (
MERGE INTO version (version_key, version_value)
KEY (version_key)
- VALUES ('version', 2);
+ VALUES ('version', 3);
Review Comment:
It seems a copy-paste error. I guess we could add a test to validate it. We
could probably do that in another PR.
--
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]