[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-30 Thread sansanichfb
Github user sansanichfb closed the pull request at: https://github.com/apache/incubator-hawq/pull/915 --- 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 fe

[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-20 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/915#discussion_r79740844 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -66,8 +66,13 @@ void build_http_header(PxfInputData *input) if (proj_info != NULL &

[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-20 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/915#discussion_r79740591 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -66,8 +66,13 @@ void build_http_header(PxfInputData *input) if (proj_info != NULL

[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-20 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/915#discussion_r79740167 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -66,8 +66,13 @@ void build_http_header(PxfInputData *input) if (proj_info != NULL &

[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-19 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/915 HAWQ-1052. Fixed extraction logic for boolean datatype. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sansanichfb/incubator-hawq H