Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
caican00 committed Mar 31, 2024
1 parent a2e8efd commit 69a7af6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

package com.datastrato.gravitino.spark.connector.iceberg;

import com.datastrato.gravitino.catalog.lakehouse.iceberg.IcebergCatalogPropertiesMetadata;
import com.google.common.annotations.VisibleForTesting;

public class IcebergPropertiesConstants {

@VisibleForTesting
public static final String LAKEHOUSE_ICEBERG_CATALOG_BACKEND =
IcebergCatalogPropertiesMetadata.CATALOG_BACKEND;
IcebergCatalogPropertiesMetadata.CATALOG_BACKEND_NAME;

@VisibleForTesting
public static final String LAKEHOUSE_ICEBERG_CATALOG_WAREHOUSE =
Expand Down

0 comments on commit 69a7af6

Please sign in to comment.