sathesuraj commented on code in PR #2485:
URL: https://github.com/apache/polaris/pull/2485#discussion_r2315462056


##########
persistence/relational-jdbc/src/main/resources/postgres/schema-v1.sql:
##########
@@ -21,7 +21,7 @@ SET search_path TO POLARIS_SCHEMA;
 
 CREATE TABLE IF NOT EXISTS version (
     version_key TEXT PRIMARY KEY,
-    version_value INTEGER NOT NULL
+    version_value INT4 NOT NULL

Review Comment:
   Yes, cockroach DB uses pg driver. I'll add a comment for it. 



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