Skip to content

Commit

Permalink
fix unused varuable TPCH_SCHEMA;
Browse files Browse the repository at this point in the history
  • Loading branch information
academy-codex committed Jul 20, 2021
1 parent 1ce0844 commit e17e2a3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public class SybaseQueryRunner
{
private SybaseQueryRunner() {}

private static final String TPCH_SCHEMA = "tpch";

public static DistributedQueryRunner createSybaseQueryRunner(TestingSybaseServer server,
Map<String, String> extraProperties,
Map<String, String> connectorProperties,
Expand Down

0 comments on commit e17e2a3

Please sign in to comment.