jerqi commented on code in PR #6844: URL: https://github.com/apache/gravitino/pull/6844#discussion_r2032460077
########## core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/postgresql/OwnerMetaPostgreSQLProvider.java: ########## @@ -116,6 +122,11 @@ public String sotDeleteOwnerRelBySchemaId(Long schemaId) { + FilesetMetaMapper.META_TABLE_NAME + " ft WHERE ft.schema_id = #{schemaId} AND " + "ft.fileset_id = ot.metadata_object_id AND ot.metadata_object_type = 'FILESET'" + + " UNION " Review Comment: Thanks for remind. Fixed. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org