Github user adeneche commented on a diff in the pull request:

    https://github.com/apache/drill/pull/503#discussion_r63578150
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java ---
    @@ -163,7 +161,7 @@ public Foreman(final WorkerBee bee, final 
DrillbitContext drillbitContext,
     
         queryContext = new QueryContext(connection.getSession(), 
drillbitContext, queryId);
         queryManager = new QueryManager(queryId, queryRequest, 
drillbitContext.getStoreProvider(),
    -        drillbitContext.getClusterCoordinator(), stateListener, this); // 
TODO reference escapes before ctor is complete via stateListener, this
    +        drillbitContext.getClusterCoordinator(), this); // TODO reference 
escapes before ctor is complete via stateListener, this
    --- End diff --
    
    removed comment


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to