Skip to content

Commit 91abdb1

Browse files
committed
Add iceberg memory cache
1 parent a2cb8ee commit 91abdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/utils/IcebergCatalogUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import org.apache.gravitino.iceberg.common.authentication.AuthenticationConfig;
3838
import org.apache.gravitino.iceberg.common.authentication.kerberos.HiveBackendProxy;
3939
import org.apache.gravitino.iceberg.common.authentication.kerberos.KerberosClient;
40-
import org.apache.iceberg.memory.MemoryCatalogWithMetadataLocation;
4140
import org.apache.hadoop.conf.Configuration;
4241
import org.apache.hadoop.hdfs.HdfsConfiguration;
4342
import org.apache.iceberg.CatalogProperties;
@@ -49,6 +48,7 @@
4948
import org.apache.iceberg.jdbc.JdbcCatalog;
5049
import org.apache.iceberg.jdbc.JdbcCatalogWithMetadataLocation;
5150
import org.apache.iceberg.jdbc.UncheckedSQLException;
51+
import org.apache.iceberg.memory.MemoryCatalogWithMetadataLocation;
5252
import org.apache.iceberg.rest.RESTCatalog;
5353
import org.slf4j.Logger;
5454
import org.slf4j.LoggerFactory;

0 commit comments

Comments
 (0)