You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2014/02/11 13:08:19 UTC

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

    [ https://issues.apache.org/jira/browse/TAJO-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897783#comment-13897783 ] 

Jihoon Son commented on TAJO-554:
---------------------------------

I uploaded the second patch. In this patch, I fixed a bug in HiveConterter due to the added asterisk expression.
https://reviews.apache.org/r/17642/

> 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
>            Assignee: Jihoon Son
>         Attachments: TAJO-554.patch
>
>
> 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)