You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/06 05:02:25 UTC

[jira] [Commented] (HAWQ-629) Insert into table select generate_series free resource too early.

    [ https://issues.apache.org/jira/browse/HAWQ-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227628#comment-15227628 ] 

ASF GitHub Bot commented on HAWQ-629:
-------------------------------------

GitHub user zhangh43 opened a pull request:

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

    HAWQ-629. Insert into table select generate_series free resource too …

    …early.

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

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

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

    https://github.com/apache/incubator-hawq/pull/558.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 #558
    
----
commit 0aa6952930e6f7d155624947dbb612e1516b0a00
Author: hzhang2 <zh...@163.com>
Date:   2016-04-06T02:59:15Z

    HAWQ-629. Insert into table select generate_series free resource too early.

----


> Insert into table select generate_series free resource too early.
> -----------------------------------------------------------------
>
>                 Key: HAWQ-629
>                 URL: https://issues.apache.org/jira/browse/HAWQ-629
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Core
>            Reporter: Hubert Zhang
>            Assignee: Hubert Zhang
>
> the query"insert into table select generate_series" may run a long time, but resource is freed at the begining of the query.
> This behaviour



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)