GitHub user HanumathRao opened a pull request:
https://github.com/apache/drill/pull/1059
DRILL-5851: Empty table during a join operation with a non empty tablâ¦
â¦e produces cast exception.
These code changes handle the cases where either of the table in a join is
empty and we do not need to process the join further. @paul-rogers
@amansinha100 Please review these changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HanumathRao/drill DRILL-5851-lat
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1059.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 #1059
----
commit dbdffa51b802ae6c799264836ad86cc39d34fee2
Author: Hanumath Maduri <[email protected]>
Date: 2017-10-09T20:08:13Z
DRILL-5851: Empty table during a join operation with a non empty table
produces cast exception.
----
---