You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sean Hsuan-Yi Chu (JIRA)" <ji...@apache.org> on 2015/03/18 17:27:38 UTC

[jira] [Commented] (DRILL-2139) Star is not expanded correctly in "select distinct" query

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

Sean Hsuan-Yi Chu commented on DRILL-2139:
------------------------------------------

https://reviews.apache.org/r/32205/

> Star is not expanded correctly in "select distinct" query
> ---------------------------------------------------------
>
>                 Key: DRILL-2139
>                 URL: https://issues.apache.org/jira/browse/DRILL-2139
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>    Affects Versions: 0.8.0
>            Reporter: Victoria Markman
>            Assignee: Sean Hsuan-Yi Chu
>             Fix For: 1.0.0
>
>
> {code}
> 0: jdbc:drill:schema=dfs> select distinct * from t1;
> +------------+
> |     *      |
> +------------+
> | null       |
> +------------+
> 1 row selected (0.14 seconds)
> 0: jdbc:drill:schema=dfs> select distinct * from `test.json`;
> +------------+
> |     *      |
> +------------+
> | null       |
> +------------+
> 1 row selected (0.163 seconds)
> {code}



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