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

2017-03-05 Thread wenxiaozxw
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)

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

2016-11-23 Thread sansanichfb
Github user sansanichfb closed the pull request at: https://github.com/apache/incubator-hawq/pull/981 --- 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

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

2016-11-22 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/981#discussion_r89230552 --- Diff: src/backend/access/external/pxffilters.c --- @@ -719,6 +1029,143 @@ const_to_str(Const *constval, StringInfo buf) /* +

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

2016-11-22 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/981#discussion_r89229211 --- Diff: src/backend/access/external/pxffilters.c --- @@ -719,6 +1029,143 @@ const_to_str(Const *constval, StringInfo buf) /* +

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

2016-11-15 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/981#discussion_r88154859 --- Diff: src/backend/access/external/pxffilters.c --- @@ -496,23 +629,116 @@ opexpr_to_pxffilter(OpExpr *expr, PxfFilterDesc *filter)

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

2016-11-15 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/981#discussion_r88100166 --- Diff: src/backend/access/external/pxffilters.c --- @@ -496,23 +629,116 @@ opexpr_to_pxffilter(OpExpr *expr, PxfFilterDesc *filter)

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

2016-11-15 Thread sansanichfb
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,

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

2016-11-15 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/981#discussion_r88117946 --- Diff: src/backend/access/external/pxffilters.c --- @@ -357,6 +393,46 @@ pxf_serialize_filter_list(List *expressionItems)

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

2016-11-01 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/981#discussion_r85998628 --- Diff: src/backend/access/external/pxffilters.c --- @@ -357,6 +393,46 @@ pxf_serialize_filter_list(List *expressionItems)

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

2016-10-27 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/981 HAWQ-1114. Implement filter-push down for IN on HAWQ bridge side. You can merge this pull request into a Git repository by running: $ git pull