Skip to content

Commit

Permalink
Do not set catalog twice in hive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed Mar 12, 2019
1 parent c63bbe5 commit ed044b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public static Session createBucketedSession(Optional<SelectedRole> 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();
Expand Down

0 comments on commit ed044b5

Please sign in to comment.