File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/utils Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
import org .apache .gravitino .iceberg .common .authentication .AuthenticationConfig ;
38
38
import org .apache .gravitino .iceberg .common .authentication .kerberos .HiveBackendProxy ;
39
39
import org .apache .gravitino .iceberg .common .authentication .kerberos .KerberosClient ;
40
- import org .apache .iceberg .memory .MemoryCatalogWithMetadataLocation ;
41
40
import org .apache .hadoop .conf .Configuration ;
42
41
import org .apache .hadoop .hdfs .HdfsConfiguration ;
43
42
import org .apache .iceberg .CatalogProperties ;
49
48
import org .apache .iceberg .jdbc .JdbcCatalog ;
50
49
import org .apache .iceberg .jdbc .JdbcCatalogWithMetadataLocation ;
51
50
import org .apache .iceberg .jdbc .UncheckedSQLException ;
51
+ import org .apache .iceberg .memory .MemoryCatalogWithMetadataLocation ;
52
52
import org .apache .iceberg .rest .RESTCatalog ;
53
53
import org .slf4j .Logger ;
54
54
import org .slf4j .LoggerFactory ;
You can’t perform that action at this time.
0 commit comments