singhpk234 commented on code in PR #2762:
URL: https://github.com/apache/polaris/pull/2762#discussion_r2411045426
##########
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:
spent last night chasing test failures due to this :'(
--
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]