Skip to content

Commit

Permalink
Fix setup failure in TestDeltaLakeGlueMetastore
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored and wendigo committed Feb 18, 2025
1 parent e64defb commit f5d18a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import io.trino.plugin.deltalake.DeltaLakeMetadata;
import io.trino.plugin.deltalake.DeltaLakeMetadataFactory;
import io.trino.plugin.deltalake.DeltaLakeModule;
import io.trino.plugin.deltalake.DeltaLakeSecurityModule;
import io.trino.plugin.deltalake.metastore.DeltaLakeMetastoreModule;
import io.trino.plugin.hive.NodeVersion;
import io.trino.spi.NodeManager;
Expand Down Expand Up @@ -128,6 +129,7 @@ public void setUp()
// connector modules
new DeltaLakeMetastoreModule(),
new DeltaLakeModule(),
new DeltaLakeSecurityModule(),
// test setup
new FileSystemModule("test", context.getNodeManager(), context.getOpenTelemetry(), false));

Expand Down

0 comments on commit f5d18a2

Please sign in to comment.