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/20 07:53:25 UTC

[jira] [Commented] (HAWQ-689) Create table with (oids) in PBE should check whether arg of oids is NULL.

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

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

GitHub user zhangh43 opened a pull request:

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

    HAWQ-689. Create table with (oids) in PBE should check whether arg of…

    … oids is NULL.

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

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

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

    https://github.com/apache/incubator-hawq/pull/627.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 #627
    
----
commit 76658bc1ae4dea666ac6fe86e7fd3ae54474fe61
Author: hzhang2 <zh...@163.com>
Date:   2016-04-20T05:44:07Z

    HAWQ-689. Create table with (oids) in PBE should check whether arg of oids is NULL.

----


> Create table with (oids) in PBE should check whether arg of oids is NULL.
> -------------------------------------------------------------------------
>
>                 Key: HAWQ-689
>                 URL: https://issues.apache.org/jira/browse/HAWQ-689
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Core
>            Reporter: Hubert Zhang
>            Assignee: Hubert Zhang
>
> create table a(i int);
> PREPARE recentfilms(int) AS SELECT * FROM a;
> CREATE TABLE films_recent5 WITH (OIDS) AS EXECUTE recentfilms(2);
> and coredump occurs



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