jerryshao opened a new issue, #8983: URL: https://github.com/apache/gravitino/issues/8983
### Discussed in https://github.com/apache/gravitino/discussions/8978 <div type='discussions-op-text'> <sup>Originally posted by **zuotingbing** October 31, 2025</sup> daip-gravitino-pg=# \d fileset_version_info Table "public.fileset_version_info" Column | Type | Collation | Nullable | Default ------------------+------------------------+-----------+----------+---------------------------------- id | bigint | | not null | generated by default as identity metalake_id | bigint | | not null | catalog_id | bigint | | not null | schema_id | bigint | | not null | fileset_id | bigint | | not null | version | integer | | not null | fileset_comment | character varying(256) | | | ''::character varying properties | text | | | storage_location | text | | not null | deleted_at | bigint | | not null | 0 Indexes: "fileset_version_info_pkey" PRIMARY KEY, btree (id) "fileset_version_info_fileset_id_version_deleted_at_key" UNIQUE CONSTRAINT, btree (fileset_id, version, deleted_at) "idx_schema_id" btree (schema_id) daip-gravitino-pg=# ALTER TABLE fileset_version_info DROP CONSTRAINT uk_fid_ver_del; ERROR: constraint "uk_fid_ver_del" of relation "fileset_version_info" does not exist daip-gravitino-pg=# </div> -- 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]
