You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Xiao Meng (JIRA)" <ji...@apache.org> on 2014/07/31 02:43:38 UTC

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

Xiao Meng created DRILL-1231:
--------------------------------

             Summary: SQL aliases does not work properly
                 Key: DRILL-1231
                 URL: https://issues.apache.org/jira/browse/DRILL-1231
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 0.4.0
            Reporter: Xiao Meng
            Priority: Critical


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.2#6252)