----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36734/ -----------------------------------------------------------
Review request for drill and Aditya Kishore. Repository: drill-git Description ------- The change adds some framework to handle conditions on row-key prefix. It also adds support to perform row-key range pruning when the row-key prefix is interpretted as DATE_EPOCH_BE encoded. Diffs ----- contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/CompareFunctionsProcessor.java 803f520 contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseFilterBuilder.java b10415d contrib/storage-hbase/src/test/java/org/apache/drill/hbase/HBaseTestsSuite.java a77baba contrib/storage-hbase/src/test/java/org/apache/drill/hbase/TestHBaseFilterPushDown.java ca4c07c contrib/storage-hbase/src/test/java/org/apache/drill/hbase/TestTableGenerator.java 097947c Diff: https://reviews.apache.org/r/36734/diff/ Testing ------- Added a few unit-tests for the new feature, also ran all existing unit-tests to make sure there is no regression. Thanks, Smidth Panchamia
