GitHub user ilooner opened a pull request:

    https://github.com/apache/drill/pull/1103

    DRILL-6124: Fixed possible NPE when no injection site is defined for …

    …"partitioner-sender-latch" in PartitionerDecorator.
    
    ```
    injector.getLatch(context.getExecutionControls(), 
"partitioner-sender-latch");
    ```
    
    Can return null if the user does not have the appropriate injection defined 
in their config.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ilooner/drill DRILL-6124

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1103.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1103
    
----
commit fee42e0ff8d4d81c76a023c58a48d851eb8da88b
Author: Timothy Farkas <timothyfarkas@...>
Date:   2018-01-30T22:27:05Z

    DRILL-6124: Fixed possible NPE when no injection site is defined for 
"partitioner-sender-latch" in PartitionerDecorator.

----


---

Reply via email to