You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Hubert Zhang (JIRA)" <ji...@apache.org> on 2016/04/20 07:36:25 UTC

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

Hubert Zhang created HAWQ-689:
---------------------------------

             Summary: 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: Lei Chang


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)