Github user sansanichfb commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/796#discussion_r70901067
--- Diff: src/backend/access/external/pxfheaders.c ---
@@ -158,6 +165,29 @@ static void add_tuple_desc_httpheader(CHURL_HEADERS
headers, Relation rel)
pfree(formatter.data);
}
+static void add_projection_desc_httpheader(CHURL_HEADERS headers,
ProjectionInfo *projInfo) {
+ int i;
+ char long_number[32];
--- End diff --
Why 32?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---