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


##########
scripts/mysql/schema-1.0.0-mysql.sql:
##########
@@ -420,3 +420,15 @@ CREATE TABLE IF NOT EXISTS `job_run_meta` (
     KEY `idx_job_template_id` (`job_template_id`),
     KEY `idx_job_execution_id` (`job_execution_id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT 'job run 
metadata';
+
+CREATE TABLE IF NOT EXISTS `partition_statistic_meta` (

Review Comment:
   We should revert this change.



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