justinmclean opened a new issue, #8658: URL: https://github.com/apache/gravitino/issues/8658
### What would you like to be improved? In core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/h2/ModelVersionMetaH2Provider.java in insertModelVersionMetas and insertModelVersionMetasWithVersionNumber the SQL uses MEDIUMTEXT, while this is valid for MySQL it's not for H2. See https://www.h2database.com/html/datatypes.html ### How should we improve? Use CLOB instead? -- 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]
