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)
*/
static void add_tuple_desc_httpheader(CHURL_HEADERS headers, Relation rel)
{
- char long_number[32];
+ char long_number[sizeof(int32) * 8];
--- End diff --
I like this modification!
---
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.
---