roryqi commented on code in PR #11266:
URL: https://github.com/apache/gravitino/pull/11266#discussion_r3323085884


##########
scripts/h2/schema-1.3.0-h2.sql:
##########
@@ -612,3 +612,23 @@ CREATE TABLE IF NOT EXISTS `entity_change_log` (
   PRIMARY KEY (`id`),
   KEY `idx_ecl_created_at` (`created_at`)
 ) ENGINE=InnoDB COMMENT='Append-only log of entity structural changes for 
targeted metadataIdCache invalidation';
+
+CREATE TABLE IF NOT EXISTS `iceberg_cleanup_job` (
+  `id`                BIGINT        NOT NULL,
+  `metalake_name`     VARCHAR(128)  NOT NULL,
+  `catalog_name`      VARCHAR(128)  NOT NULL,

Review Comment:
   We will use names for audit log and check table whether can be deleted.
   Let me think twice about this issue.



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