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

    https://github.com/apache/incubator-hawq/pull/981#discussion_r104351270
  
    --- Diff: src/backend/access/external/pxffilters.c ---
    @@ -376,6 +467,46 @@ pxf_serialize_filter_list(List *expressionItems)
     
                switch (tag)
                {
    +                   case T_Var:
    --- End diff --
    
    Which scenario is the expr type is T_Var?
    In you comment is IN(single_value),but IN(single_value) is also 
T_OpExpr(Var + Const)


---
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