You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Laurie Harris (JIRA)" <ji...@apache.org> on 2019/02/27 16:26:00 UTC

[jira] [Created] (ZEPPELIN-4025) Columns not displayed in the order of the SELECT column list

Laurie Harris created ZEPPELIN-4025:
---------------------------------------

             Summary: Columns not displayed in the order of the SELECT column list
                 Key: ZEPPELIN-4025
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4025
             Project: Zeppelin
          Issue Type: Bug
          Components: front-end
    Affects Versions: 0.8.0
            Reporter: Laurie Harris


The columns displayed in the result are not displayed in the order of the SELECT column list.

 

Example: SELECT name, address, city, state, zip FROM table

results in: name, city, state, zip, address

instead of returning the columns in the order they were selected.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)