Skip to content

Commit

Permalink
[native] Register iceberg catalog as part of Hive Connectors in Prest…
Browse files Browse the repository at this point in the history
…issimo
  • Loading branch information
imjalpreet committed Feb 9, 2024
1 parent d9c1a76 commit 9c2877a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions presto-native-execution/etc/catalog/iceberg.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The Presto "iceberg" catalog is handled by the hive connector in Presto native execution.
connector.name=hive

cache.enabled=true
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ bool unregisterConnector(const std::string& connectorName) {
void registerHiveConnectors() {
registerConnector("hive", "hive");
registerConnector("hive-hadoop2", "hive");
registerConnector("iceberg", "hive-iceberg");
}

void registerTpchConnector() {
Expand Down

0 comments on commit 9c2877a

Please sign in to comment.