GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/1131
DRILL-6174: Parquet filter pushdown improvements.
Added support IS [NOT] NULL/TRUE/FALSE operator for the parquet filter
pushdown.
Added timestamp/date/time implicit/explicit casts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/KulykRoman/drill DRILL-6174
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1131.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 #1131
----
commit c77fe23f7742325f534f45df816d80230fe45e75
Author: Roman Kulyk <rom.kulyk@...>
Date: 2018-02-15T15:37:43Z
DRILL-6174: Parquet filter pushdown improvements.
Added support IS [NOT] NULL/TRUE/FALSE operator for the parquet filter
pushdown.
Added timestamp/date/time implicit/explicit casts.
----
---