You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/04/21 22:00:59 UTC

[jira] [Updated] (DRILL-1231) SQL aliases does not work properly

     [ https://issues.apache.org/jira/browse/DRILL-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parth Chandra updated DRILL-1231:
---------------------------------
    Component/s: SQL Parser

> SQL aliases does not work properly
> ----------------------------------
>
>                 Key: DRILL-1231
>                 URL: https://issues.apache.org/jira/browse/DRILL-1231
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: SQL Parser
>    Affects Versions: 0.4.0
>            Reporter: Xiao Meng
>            Priority: Critical
>             Fix For: 0.4.0
>
>
> git.commit.id.abbrev=0d6befc
> SQL aliases does not work properly. Run the following query in SQLLine, we get
> {code}
> 0: jdbc:drill:local=127.0.0.1:31010> select name as alias_name from sys.options limit 1;
> +------------+
> |    name    |
> +------------+
> | drill.exec.rpc.bit.server.retry.delay |
> +------------+
> 1 row selected (0.297 seconds)
> {code}
> The same issue exists for hive table and dfs. View works fine though.  It causes the tableau issue in DRILL-1228. 



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