You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "dohongdayi (Jira)" <ji...@apache.org> on 2021/10/22 11:08:00 UTC

[jira] [Created] (LIVY-871) Add client config to preserve fields of table magic in query order

dohongdayi created LIVY-871:
-------------------------------

             Summary: Add client config to preserve fields of table magic in query order
                 Key: LIVY-871
                 URL: https://issues.apache.org/jira/browse/LIVY-871
             Project: Livy
          Issue Type: Improvement
          Components: REPL
    Affects Versions: 0.8.0
            Reporter: dohongdayi


Currently the fields in table magic are sorted by field name by default, but in many scenarios, we want to preserve fields of table magic in query order, for example:


{code:scala}
val result = spark.sql("select b, a from table")
%table result
{code}

currently Livy responses json with fields in the order of "a", "b", but we want them in the order of "b", "a" which is consistent with the SQL



--
This message was sent by Atlassian Jira
(v8.3.4#803005)