-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39913/
-----------------------------------------------------------
Review request for drill.
Bugs: DRILL-4020
https://issues.apache.org/jira/browse/DRILL-4020
Repository: drill-git
Description
-------
Added a condition that checks if the filter to the scan specification doesn't have NOT_EQUAL
operator. When NOT_EQUAL is used, the filter must not be removed.
Diffs
-----
contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseFilterBuilder.java
0e25fa6
contrib/storage-hbase/src/test/java/org/apache/drill/hbase/TestHBaseFilterPushDown.java
05fb0b7
Diff: https://reviews.apache.org/r/39913/diff/
Testing
-------
Added testFilterPushDownRowKeyNotEqual() to TestHBaseFilterPushDown.
Thanks,
Akihiko Kusanagi
|