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

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

Github user asfgit closed the pull request at:

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


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

Reply via email to