[ 
https://issues.apache.org/jira/browse/LIVY-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gyorgy Gal updated LIVY-871:
----------------------------
    Fix Version/s: 0.10.0
                       (was: 0.9.0)

This issue has been moved to the 0.10.0 release as part of a bulk update. If 
you feel this is moved out inappropriately, feel free to provide justification 
and reset the Fix Version to 0.9.0.

> Add client config to keep 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
>            Priority: Major
>             Fix For: 0.10.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently the fields in table magic are sorted by field name by default, but 
> in many scenarios, we want to keep 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.20.10#820010)

Reply via email to