You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by sachouche <gi...@git.apache.org> on 2018/03/28 19:11:14 UTC

[GitHub] drill pull request #1192: DRILL-6299: Fixed a filter pushed down issue when ...

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 <sa...@...>
Date:   2018-03-28T19:08:25Z

    DRILL-6299: Fixed a filter pushed down issue when a column doesn't have stats

----


---

[GitHub] drill pull request #1192: DRILL-6299: Fixed a filter pushed down issue when ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] drill issue #1192: DRILL-6299: Fixed a filter pushed down issue when a colum...

Posted by arina-ielchiieva <gi...@git.apache.org>.
Github user arina-ielchiieva commented on the issue:

    https://github.com/apache/drill/pull/1192
  
    +1


---