[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/796 --- 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 #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-20 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71559534 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -158,6 +166,29 @@ static void add_tuple_desc_httpheader(CHURL_HEADERS headers, Relation

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-20 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71558813 --- Diff: src/backend/access/external/fileam.c --- @@ -454,6 +454,21 @@ external_stopscan(FileScanDesc scan) } } +/*

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71461014 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -158,6 +166,29 @@ static void add_tuple_desc_httpheader(CHURL_HEADERS headers, Relation

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71460581 --- Diff: src/backend/access/external/fileam.c --- @@ -454,6 +454,21 @@ external_stopscan(FileScanDesc scan) } } +/*

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71460571 --- Diff: src/backend/access/external/fileam.c --- @@ -454,6 +454,21 @@ external_stopscan(FileScanDesc scan) } } +/*

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71460032 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -123,7 +130,8 @@ static void add_alignment_size_httpheader(CHURL_HEADERS headers) */

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71459314 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -158,6 +166,29 @@ static void add_tuple_desc_httpheader(CHURL_HEADERS headers, Relation

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-19 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71456986 --- Diff: src/backend/access/external/fileam.c --- @@ -462,7 +462,7 @@ external_stopscan(FileScanDesc scan) ExternalSelectDesc

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-19 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71393037 --- Diff: src/backend/access/external/fileam.c --- @@ -454,6 +454,21 @@ external_stopscan(FileScanDesc scan) } } +/*

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-15 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71024372 --- Diff: src/include/access/url.h --- @@ -154,12 +154,15 @@ typedef struct extvar_t char GP_CSVOPT[13]; /* "m.x...q...h." former -q, -h

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-15 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71023742 --- Diff: src/include/access/fileam.h --- @@ -63,6 +63,17 @@ typedef struct ExternalInsertDescData typedef ExternalInsertDescData

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-15 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r71022820 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -158,6 +165,29 @@ static void add_tuple_desc_httpheader(CHURL_HEADERS headers, Relation

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-14 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/796#discussion_r70904822 --- Diff: src/include/access/fileam.h --- @@ -63,6 +63,17 @@ typedef struct ExternalInsertDescData typedef ExternalInsertDescData

[GitHub] incubator-hawq pull request #796: HAWQ-927. Pass ProjectionInfo data to PXF

2016-07-14 Thread kavinderd
GitHub user kavinderd opened a pull request: https://github.com/apache/incubator-hawq/pull/796 HAWQ-927. Pass ProjectionInfo data to PXF This commit makes the necessary modifications to the HAWQ side of the codebase to add a list of indices of projected columns You can merge