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
### What changes were proposed in this pull request?
When the catalog backend is `custom`, add the `catalog-impl` instead
`type` in properties
### Why are the changes needed?
Fix: #6035
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
add a new case in `TestIcebergPropertiesConverter`
Copy file name to clipboardexpand all lines: catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalogBackend.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
* specific language governing permissions and limitations
Copy file name to clipboardexpand all lines: catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergPropertiesUtils.java
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ public class IcebergPropertiesUtils {
Copy file name to clipboardexpand all lines: catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalogPropertiesMetadata.java
Copy file name to clipboardexpand all lines: catalogs/catalog-lakehouse-iceberg/src/test/java/org/apache/gravitino/catalog/lakehouse/iceberg/integration/test/CatalogIcebergBaseIT.java
|`catalog-backend`|`type`| Catalog backend type | 0.5.0 |
106
+
|`catalog-backend`|`type`| Catalog backend type.Supports `hive` or `jdbc` or `rest` or `custom`| 0.5.0 |
107
+
|`catalog-backend-impl`|`catalog-impl`| The fully-qualified class name of a custom catalog implementation, only worked if `catalog-backend` is `custom`| 0.8.0-incubating |
Copy file name to clipboardexpand all lines: iceberg/iceberg-common/src/test/java/org/apache/gravitino/iceberg/common/utils/TestIcebergCatalogUtil.java
Copy file name to clipboardexpand all lines: iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/integration/test/IcebergRESTHiveCatalogIT.java
Copy file name to clipboardexpand all lines: iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/integration/test/IcebergRESTJdbcCatalogIT.java
Copy file name to clipboardexpand all lines: iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/integration/test/IcebergRESTMemoryCatalogIT.java
Copy file name to clipboardexpand all lines: iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/integration/test/IcebergRESTServiceBaseIT.java
Copy file name to clipboardexpand all lines: iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/integration/test/IcebergRestKerberosHiveCatalogIT.java
Copy file name to clipboardexpand all lines: spark-connector/spark-common/src/main/java/org/apache/gravitino/spark/connector/iceberg/IcebergPropertiesConstants.java
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ public class IcebergPropertiesConstants {
Copy file name to clipboardexpand all lines: spark-connector/spark-common/src/main/java/org/apache/gravitino/spark/connector/iceberg/IcebergPropertiesConverter.java
Copy file name to clipboardexpand all lines: spark-connector/spark-common/src/test/java/org/apache/gravitino/spark/connector/iceberg/TestIcebergPropertiesConverter.java
0 commit comments