You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Venkatesh (JIRA)" <ji...@apache.org> on 2016/06/22 22:54:16 UTC

[jira] [Created] (HAWQ-859) Fix the naming of output columns of append node

Venkatesh created HAWQ-859:
------------------------------

             Summary: Fix the naming of output columns of append node
                 Key: HAWQ-859
                 URL: https://issues.apache.org/jira/browse/HAWQ-859
             Project: Apache HAWQ
          Issue Type: Bug
          Components: Optimizer
            Reporter: Venkatesh
            Assignee: Amr El-Helw


repro:

{code}
pivotal=# select * from (values (1),(2)) as v(k);
 column1
---------
       1
       2
(2 rows)
{code}



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