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

    https://github.com/apache/incubator-hawq/pull/837#discussion_r77047594
  
    --- Diff: 
pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilder.java
 ---
    @@ -165,6 +165,14 @@ private Filter 
handleSimpleOperations(FilterParser.Operation opId,
             ByteArrayComparable comparator = 
getComparator(hbaseColumn.columnTypeCode(),
                     constant.constant());
     
    +        if(operatorsMap.get(opId) == null){
    +            //HBase not support HDOP_LIKE, use 'NOT NULL' Comarator
    --- End diff --
    
    No, @hsyuan comment was that the comment should read "//HBase does not 
support..." HBase does not support the LIKE Filter as far as I am aware


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to