Hyoungjun Kim created TAJO-805:
----------------------------------

             Summary: 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
            Priority: Trivial


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)

Reply via email to