Skip to content

Commit

Permalink
Fix reference to createTestingFileHiveMetastore in test
Browse files Browse the repository at this point in the history
Due to merge conflicts.
  • Loading branch information
alexjo2144 authored and findepi committed May 8, 2023
1 parent 43e90f4 commit 605a1f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import static com.google.common.io.MoreFiles.deleteRecursively;
import static com.google.common.io.RecursiveDeleteOption.ALLOW_INSECURE;
import static com.google.inject.util.Modules.EMPTY_MODULE;
import static io.trino.plugin.hive.metastore.file.FileHiveMetastore.createTestingFileHiveMetastore;
import static io.trino.plugin.hive.metastore.file.TestingFileHiveMetastore.createTestingFileHiveMetastore;
import static io.trino.spi.type.BigintType.BIGINT;
import static io.trino.sql.planner.assertions.PlanMatchPattern.any;
import static io.trino.sql.planner.assertions.PlanMatchPattern.anyTree;
Expand Down

0 comments on commit 605a1f3

Please sign in to comment.