mchades commented on code in PR #8958:
URL: https://github.com/apache/gravitino/pull/8958#discussion_r2472377480
##########
catalogs/catalog-jdbc-mysql/src/main/java/org/apache/gravitino/catalog/mysql/converter/MysqlTypeConverter.java:
##########
@@ -42,6 +42,9 @@ public class MysqlTypeConverter extends JdbcTypeConverter {
static final String CHAR = "char";
static final String BINARY = "binary";
static final String DATETIME = "datetime";
+ static final String TINYTEXT = "tinytext";
+ static final String MEDIUMTEXT = "mediumtext";
+ static final String LONGTEXT = "longtext";
Review Comment:
you also need to update the relative user doc
--
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]