From ed044b5fb241b54496ef309d901a0b402f524279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Kokosi=C5=84ski?= Date: Mon, 11 Mar 2019 16:49:36 +0100 Subject: [PATCH] Do not set catalog twice in hive tests --- .../src/test/java/io/prestosql/plugin/hive/HiveQueryRunner.java | 1 - 1 file changed, 1 deletion(-) diff --git a/presto-hive/src/test/java/io/prestosql/plugin/hive/HiveQueryRunner.java b/presto-hive/src/test/java/io/prestosql/plugin/hive/HiveQueryRunner.java index 565b7d7dd7933..d83dfd0a5bcf5 100644 --- a/presto-hive/src/test/java/io/prestosql/plugin/hive/HiveQueryRunner.java +++ b/presto-hive/src/test/java/io/prestosql/plugin/hive/HiveQueryRunner.java @@ -181,7 +181,6 @@ public static Session createBucketedSession(Optional role) Optional.empty(), role.map(selectedRole -> ImmutableMap.of("hive", selectedRole)) .orElse(ImmutableMap.of()))) - .setCatalog(HIVE_CATALOG) .setCatalog(HIVE_BUCKETED_CATALOG) .setSchema(TPCH_BUCKETED_SCHEMA) .build();