GitHub user sachouche opened a pull request:
https://github.com/apache/drill/pull/1192
DRILL-6299: Fixed a filter pushed down issue when a column doesn't haâ¦
This bug happens when the isNull predicate is applied on a column without
statistics. @arina-ielchiieva can you please review this pull request?
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sachouche/drill DRILL-6299
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1192.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 #1192
----
commit bb742f61673d0b64c34bfab9de01ffb2968b472c
Author: Salim Achouche <sachouche2@...>
Date: 2018-03-28T19:08:25Z
DRILL-6299: Fixed a filter pushed down issue when a column doesn't have
stats
----
---