GitHub user zhangh43 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/753

    HAWQ-861. Wrong logerror position in insert into hashtable select * f…

    …rom gpfdist external table.
    
    For statement insert into hashtable select * from gpfdist external table,
    when hashtable bucket number is less than location number of gpfdist 
external table, error should be reported in cdbdatalocality module, with error 
message like this:
    ERROR:  Could not allocate enough memory! bucket number of result hash 
table and external table should match each other (cdbdatalocality.c:4222)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zhangh43/incubator-hawq hawq861

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/753.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 #753
    
----
commit 10f778cda19e58bd5afb2577903e3d99ac6d032d
Author: hzhang2 <zhanghuan...@163.com>
Date:   2016-06-28T02:49:00Z

    HAWQ-861. Wrong logerror position in insert into hashtable select * from 
gpfdist external table.

----


---
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