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

SparkRInterpreter doesn't work with statement with quotation mark

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 0.3
    • Fix Version/s: 0.3
    • Component/s: Interpreter
    • Labels:
      None

      Description

      It looks like it is caused by LIVY-269.

      The following simple R command can not be executed.

      {"code": "print(\"a\")"}
      

      Response:

      {
        "total_statements": 1,
        "statements": [
          {
            "id": 0,
            "state": "available",
            "output": {
              "status": "ok",
              "execution_count": 0,
              "data": {
                "text/plain": "Error: unexpected symbol in \"try(eval(parse(text=\"print(\"a\""
              }
            }
          }
        ]
      }
      

        Attachments

          Activity

            People

            • Assignee:
              jerryshao Saisai Shao
              Reporter:
              zjffdu zjffdu
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: