obelix74 commented on code in PR #3523:
URL: https://github.com/apache/polaris/pull/3523#discussion_r2772097355


##########
persistence/relational-jdbc/src/main/resources/postgres/schema-v4.sql:
##########
@@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS version (
     version_value INTEGER NOT NULL
 );
 INSERT INTO version (version_key, version_value)
-VALUES ('version', 3)
+VALUES ('version', 4)

Review Comment:
   It is tracked separately here. 
https://github.com/apache/polaris/pull/3523/changes#diff-ecb303a29ddb64046d6eab1e6721f99a09d7af0986675934d8377c2c5be0695cR45
   
   There is a bug in the current code checked into main, this version should be 
`4`.



-- 
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]

Reply via email to