salacika created ZEPPELIN-3761:
----------------------------------
Summary: Aliasing is not working with JDBC interperter
Key: ZEPPELIN-3761
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3761
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.8.0
Environment: MySQL 5.7.23
Zeppelin 0.8.0
Driver: mysql:mysql-connector-java:5.1.41
Reporter: salacika
Using aliasing to rename the column name is not really working. For instance a
SELECT like this renames "aircraft" column in output to "something" in MySQL
terminal, but not in Zeppelin:
SELECT aircraft AS something FROM birdstrikes LIMIT 5;
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)