Skip to content

Commit

Permalink
Remove redundant test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Aug 3, 2021
1 parent bf5a1fa commit c88077a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ protected DistributedQueryRunner createQueryRunner()

queryRunner.execute("CREATE SCHEMA test_schema");

queryRunner.execute("CREATE SCHEMA tpch");

copyTpchTables(queryRunner, "tpch", TINY_SCHEMA_NAME, session, TpchTable.getTables());
return queryRunner;
}
Expand Down

0 comments on commit c88077a

Please sign in to comment.