jerryshao commented on code in PR #11266: URL: https://github.com/apache/gravitino/pull/11266#discussion_r3322999674
########## 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: Shall we use the id here? -- 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]
