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


##########
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:
   And why are there two files under the folder `mysql` and one under `h2` and 
`postgresql`?



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