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 rel)
        pfree(formatter.data);
     }
     
    +static void add_projection_desc_httpheader(CHURL_HEADERS headers, 
ProjectionInfo *projInfo) {
    +   int i;
    +   char long_number[32];
    --- End diff --
    
    You can try something like:
    char long_number[(sizeof int) * 8];



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to