GitHub user ppadma opened a pull request:
https://github.com/apache/drill/pull/981
DRILL-5854: IllegalStateException when empty batch with valid schema â¦
â¦is received
Problem is that merge receiver is reading from the wrong sender when first
batch is empty from one of the senders.
When first batch is empty, we are continuing without moving to the next
sender.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ppadma/drill DRILL-5854
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/981.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 #981
----
commit eb25c2f2ec879c369c7deb84a4273bec1fad42cc
Author: Padma Penumarthy <[email protected]>
Date: 2017-10-09T22:05:17Z
DRILL-5854: IllegalStateException when empty batch with valid schema is
received
----
---