You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by shivzone <gi...@git.apache.org> on 2016/11/01 17:55:10 UTC

[GitHub] incubator-hawq pull request #981: HAWQ-1114. Implement filter-push down for ...

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

    https://github.com/apache/incubator-hawq/pull/981#discussion_r85980886
  
    --- 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 --
    
    Can you check what ANYARRAYOID means ? If we can support this datatype as well along with the other array datatypes


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---