Github user shivzone commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/906#discussion_r79488252
  
    --- Diff: 
pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilder.java
 ---
    @@ -52,12 +52,15 @@
      */
     public class HBaseFilterBuilder implements FilterParser.FilterBuilder {
         private Map<FilterParser.Operation, CompareFilter.CompareOp> 
operatorsMap;
    +    private Map<FilterParser.LogicalOperation, FilterList.Operator> 
logicalOperatorsMap;
         private byte[] startKey;
         private byte[] endKey;
         private HBaseTupleDescription tupleDescription;
    +    private static final String NOT_OP = "l2";
    --- End diff --
    
    Why is this explcitly defined here unlike other operators ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to