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

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

No, we do not want to disable it.

Actually, I hand an implementation waiting for review here:

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

> 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.3.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)

Reply via email to