Skip to content

Commit

Permalink
delta lake support dlf
Browse files Browse the repository at this point in the history
Signed-off-by: Jiao Mingye <mxdzs0612@gmail.com>
  • Loading branch information
mxdzs0612 committed Feb 27, 2024
1 parent a8b243e commit be339c7
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 be339c7

Please sign in to comment.