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

pyspark %table magic return error when include NoneType value

    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

      x = [{"name":"a", "value":None}, {"name":"b", "value":2}]
      %table x
      

      return table rows have different types

      if input value is dict type, need to be allow None value.

        Attachments

          Activity

            People

            • Assignee:
              purechoc hyunwoo cho
              Reporter:
              purechoc hyunwoo cho
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: