You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Victoria Markman (JIRA)" <ji...@apache.org> on 2015/02/02 19:00:44 UTC

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

Victoria Markman created DRILL-2139:
---------------------------------------

             Summary: 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: Jinfeng Ni


{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)