[GitHub] incubator-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-18 Thread sansanichfb
Github user sansanichfb closed the pull request at: https://github.com/apache/incubator-hawq/pull/958 --- 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 #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/958#discussion_r83111789 --- Diff: src/backend/access/external/pxffilters.c --- @@ -31,14 +31,14 @@ #include "utils/guc.h" #include "utils/lsyscache.h"

[GitHub] incubator-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/958#discussion_r83109402 --- Diff: src/backend/access/external/pxffilters.c --- @@ -626,16 +683,53 @@ char *serializePxfFilterQuals(List *quals) if

[GitHub] incubator-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/958#discussion_r83108994 --- Diff: src/backend/access/external/pxffilters.c --- @@ -135,7 +135,40 @@ dbop_pxfop_map pxf_supported_opr[] = {1097 /* date_gt */,

[GitHub] incubator-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/958 HAWQ-1048. Support OR, NOT logical operators in the HAWQ/PXF Bridge. You can merge this pull request into a Git repository by running: $ git pull