Skip to content

Commit

Permalink
[BugFix] Deltalake supports DLF catalog (StarRocks#41733)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiao Mingye <mxdzs0612@gmail.com>
Signed-off-by: Seaven <seaven_7@qq.com>
  • Loading branch information
mxdzs0612 authored and Seaven committed Feb 28, 2024
1 parent 28ce897 commit 5ea299b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import static com.starrocks.connector.hive.HiveConnector.HIVE_METASTORE_URIS;

public class DeltaLakeInternalMgr {
public static final List<String> SUPPORTED_METASTORE_TYPE = ImmutableList.of("hive", "glue");
public static final List<String> SUPPORTED_METASTORE_TYPE = ImmutableList.of("hive", "glue", "dlf");
private final String catalogName;
private final Map<String, String> properties;
private final HdfsEnvironment hdfsEnvironment;
Expand Down

0 comments on commit 5ea299b

Please sign in to comment.