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: .github/workflows/docker-image.yml
+23-4
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ on:
32
32
description: 'Publish Docker token'
33
33
required: true
34
34
type: string
35
+
publish-latest-tag:
36
+
description: 'Whether to update the latest tag. This operation is only applicable to official releases and should not be used for Release Candidate (RC).'
Copy file name to clipboardexpand all lines: authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedMetadataObject.java
Copy file name to clipboardexpand all lines: authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcAuthorizationPlugin.java
+9-4
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,13 @@ public Boolean onMetadataUpdated(MetadataObjectChange... changes) throws Runtime
Copy file name to clipboardexpand all lines: authorizations/authorization-common/src/test/java/org/apache/gravitino/authorization/common/TestPathBasedMetadataObject.java
+27
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,31 @@ public void PathBasedMetadataObjectNotEquals() {
Copy file name to clipboardexpand all lines: authorizations/authorization-common/src/test/java/org/apache/gravitino/authorization/jdbc/TestJdbcAuthorizationPlugin.java
+19-11
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,10 @@ public List<String> getSetOwnerSQL(
Copy file name to clipboardexpand all lines: catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalogOperations.java
0 commit comments