You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/base/CatalogMetaBaseSQLProvider.java
+9
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,15 @@ public String selectCatalogMetaByMetalakeIdAndName(
74
74
+ " WHERE metalake_id = #{metalakeId} AND catalog_name = #{catalogName} AND deleted_at = 0";
Copy file name to clipboardexpand all lines: core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/base/SchemaMetaBaseSQLProvider.java
+17
Original file line number
Diff line number
Diff line change
@@ -190,4 +190,21 @@ public String deleteSchemaMetasByLegacyTimeline(
190
190
+ TABLE_NAME
191
191
+ " WHERE deleted_at > 0 AND deleted_at < #{legacyTimeline} LIMIT #{limit}";
0 commit comments