mchades commented on code in PR #9041:
URL: https://github.com/apache/gravitino/pull/9041#discussion_r2510508614


##########
catalogs/catalog-jdbc-postgresql/src/test/java/org/apache/gravitino/catalog/postgresql/integration/test/CatalogPostgreSqlIT.java:
##########
@@ -1038,9 +1038,14 @@ void testColumnDefaultValueConverter() {
             + "    date_col_5 date default '2012-12-31',\n"
             + "    decimal_6_2_col_1 decimal(6, 2) default 1.2,\n"
             + "    timestamp_col_1 timestamp default '2012-12-31 11:30:45',\n"
-            + "    time_col_1 time default '11:30:45'\n"
+            + "    time_col_1 time default '11:30:45',\n"
+            + "    uuid UUID NOT NULL,\n"
+            + "    character_col_1 CHARACTER VARYING(64) NOT NULL,\n"
+            + "    character_col_2 CHARACTER VARYING[],"
+            + "    character_col_3 CHARACTER(36) DEFAULT ''::bpchar,\n"

Review Comment:
   I encountered an error when I tried to remove the prefix `''::`



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