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

    https://github.com/apache/incubator-hawq/pull/981#discussion_r88119564
  
    --- Diff: src/backend/access/external/pxffilters.c ---
    @@ -187,13 +200,18 @@ Oid pxf_supported_types[] =
        BYTEAOID,
        BOOLOID,
        DATEOID,
    -   TIMESTAMPOID
    +   TIMESTAMPOID,
    +   /* complex datatypes*/
    +   INT2ARRAYOID,
    +   INT4ARRAYOID,
    +   INT8ARRAYOID,
    +   BOOLARRAYOID,
    +   TEXTARRAYOID
    --- End diff --
    
    ANYARRAYOID is a pseudo-type which cannot be used to define table columns, 
but are valid as function argument and result types.


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