Make DruidPlanner constructor public again (#5891)

This commit is contained in:
Jonathan Wei 2018-06-20 11:10:50 -07:00 committed by GitHub
parent 8619adb5b9
commit 0eae89170e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class DruidPlanner implements Closeable
private final PlannerContext plannerContext;
private final AuthorizerMapper authorizerMapper;
DruidPlanner(
public DruidPlanner(
final Planner planner,
final PlannerContext plannerContext,
final AuthorizerMapper authorizerMapper