[
https://issues.apache.org/jira/browse/LIVY-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-21:
---------------------------
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.
> Support magic keyword without a variable name
> ---------------------------------------------
>
> Key: LIVY-21
> URL: https://issues.apache.org/jira/browse/LIVY-21
> Project: Livy
> Issue Type: Improvement
> Components: Interpreter
> Affects Versions: 0.1
> Reporter: Romain Rigaux
> Priority: Major
> Fix For: 0.10.0
>
>
> Currently we can't do this:
> {code}
> %json srdd.get("ak")
> {code}
> and need to do that:
> {code}
> val = srdd.get("ak")
> %json val
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)