We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e90f4 commit 605a1f3Copy full SHA for 605a1f3
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeProjectionPushdownPlans.java
@@ -44,7 +44,7 @@
44
import static com.google.common.io.MoreFiles.deleteRecursively;
45
import static com.google.common.io.RecursiveDeleteOption.ALLOW_INSECURE;
46
import static com.google.inject.util.Modules.EMPTY_MODULE;
47
-import static io.trino.plugin.hive.metastore.file.FileHiveMetastore.createTestingFileHiveMetastore;
+import static io.trino.plugin.hive.metastore.file.TestingFileHiveMetastore.createTestingFileHiveMetastore;
48
import static io.trino.spi.type.BigintType.BIGINT;
49
import static io.trino.sql.planner.assertions.PlanMatchPattern.any;
50
import static io.trino.sql.planner.assertions.PlanMatchPattern.anyTree;
0 commit comments