Skip to content

Commit

Permalink
Rename leftover presto to trino
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Nov 8, 2023
1 parent 23ef8e2 commit 36895bb
Show file tree
Hide file tree
Showing 959 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ public abstract class BaseCostBasedPlanTest

public static final List<String> TPCH_SQL_FILES = IntStream.rangeClosed(1, 22)
.mapToObj(i -> format("q%02d", i))
.map(queryId -> format("/sql/presto/tpch/%s.sql", queryId))
.map(queryId -> format("/sql/trino/tpch/%s.sql", queryId))
.collect(toImmutableList());

public static final List<String> TPCDS_SQL_FILES = IntStream.range(1, 100)
.mapToObj(i -> format("q%02d", i))
.map(queryId -> format("/sql/presto/tpcds/%s.sql", queryId))
.map(queryId -> format("/sql/trino/tpcds/%s.sql", queryId))
.collect(toImmutableList());

private static final String CATALOG_NAME = "local";
Expand Down
Loading

0 comments on commit 36895bb

Please sign in to comment.