[
https://issues.apache.org/jira/browse/TAJO-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13984632#comment-13984632
]
Hyunsik Choi commented on TAJO-805:
-----------------------------------
+1
The patch looks good to me. The patch includes the correct fix and unit test to
verify the bug fix.
> Multiple constant in selection emits some columns.
> --------------------------------------------------
>
> Key: TAJO-805
> URL: https://issues.apache.org/jira/browse/TAJO-805
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Trivial
> Attachments: TAJO-805.patch
>
>
> The following query that has 3 constants prints out only 2 columns.
> {noformat}
> default> select '##' as a1, '##' as a2, '##' as a3 from nation;
> a1, a2
> -------------------------------
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> ##, ##
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)