Skip to content

Commit 8ea32d6

Browse files
authored
fix: Remove the usage of StorageType in TestClpQueryBase. (#27)
1 parent 6143799 commit 8ea32d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-clp/src/test/java/com/facebook/presto/plugin/clp/TestClpQueryBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class TestClpQueryBase
7575
new AnalyzePropertyManager(),
7676
createTestTransactionManager(new CatalogManager()));
7777

78-
protected static final ClpTableHandle table = new ClpTableHandle(new SchemaTableName("default", "test"), "", ClpTableHandle.StorageType.FS);
78+
protected static final ClpTableHandle table = new ClpTableHandle(new SchemaTableName("default", "test"), "");
7979
protected static final ClpColumnHandle city = new ClpColumnHandle(
8080
"city",
8181
RowType.from(ImmutableList.of(

0 commit comments

Comments
 (0)