Uploaded image for project: 'Livy (READ-ONLY)'
  1. Livy (READ-ONLY)
  2. LIVY-21

Support magic keyword without a variable name

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 0.1
    • Fix Version/s: None
    • Component/s: Interpreter
    • Labels:
      None

      Description

      Currently we can't do this:

       %json srdd.get("ak")
      

      and need to do that:

      val = srdd.get("ak")
       %json val
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              romain Romain Rigaux
            • Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: