You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/01/27 06:11:39 UTC

[jira] [Created] (TAJO-554) LogicalPlanner should allow additional expressions with asterisk in select list

Hyunsik Choi created TAJO-554:
---------------------------------

             Summary: LogicalPlanner should allow additional expressions with asterisk in select list
                 Key: TAJO-554
                 URL: https://issues.apache.org/jira/browse/TAJO-554
             Project: Tajo
          Issue Type: Bug
          Components: planner/optimizer
            Reporter: Hyunsik Choi


See the title. LogicalPlanner should allow the following case.
{code}
SELECT *, col1 + 10, col2 FROM ...
{code}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)