You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Denys Ordynskiy (JIRA)" <ji...@apache.org> on 2018/08/28 08:31:00 UTC

[jira] [Created] (DRILL-6716) NullPointerException for select query with alias on * symbol

Denys Ordynskiy created DRILL-6716:
--------------------------------------

             Summary: NullPointerException for select query with alias on * symbol
                 Key: DRILL-6716
                 URL: https://issues.apache.org/jira/browse/DRILL-6716
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.14.0
            Reporter: Denys Ordynskiy
             Fix For: 1.15.0


When I added alias for * in SELECT query in Drill WebUI and in sqlline:

SELECT * as testAlias FROM cp.`employee.json` LIMIT 2;

I got an error:



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)