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)