cc5566 commented on code in PR #9779:
URL: https://github.com/apache/gravitino/pull/9779#discussion_r2743535428


##########
scripts/h2/schema-1.2.0-h2.sql:
##########
@@ -480,3 +480,19 @@ CREATE TABLE IF NOT EXISTS `function_version_info` (
     KEY `idx_funvcid` (`catalog_id`),
     KEY `idx_funvsid` (`schema_id`)
 ) ENGINE=InnoDB;
+
+-- This schema extends version 1.1.0 with partition statistics storage support
+-- The partition_statistic_meta table stores partition-level statistics for 
tables
+
+CREATE TABLE IF NOT EXISTS partition_statistic_meta (

Review Comment:
   The schema does have difference for h2 and postgresSQL. MySQL Uses 
backticks, MEDIUMTEXTwhile H2 uses CLOB, and PostgreSQL uses TEXT. 



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