You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "salacika (JIRA)" <ji...@apache.org> on 2018/09/03 15:45:01 UTC

[jira] [Created] (ZEPPELIN-3761) Aliasing is not working with JDBC interperter

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)