GitHub user jianlirong opened a pull request:
https://github.com/apache/incubator-hawq/pull/15
HAWQ-35. Handle a case when a large tuple across split boundary
For large tuples in a randomly distributed table, if one large tuple is
across the split boundary, then the execution would fail and generate core.
The fix here is to handle this specific case. More explanations please read
the comments.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jianlirong/incubator-hawq hawq-34
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/15.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15
----
commit a4d49c456aa78e7b39b1c5829805ba0eebdf41d1
Author: Lirong Jian <[email protected]>
Date: 2015-10-10T07:34:09Z
HAWQ-35. Handle a case when a large tuple across split boundary
----
---
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.
---