Skip to content

Commit

Permalink
[BugFix] Deltalake supports DLF catalog (backport #41733) (#41816)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiao Mingye <35512473+mxdzs0612@users.noreply.github.com>
  • Loading branch information
mergify[bot] and mxdzs0612 authored Feb 28, 2024
1 parent 5de6d2e commit fd28a45
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 fd28a45

Please sign in to comment.