Schema inference fails with an Array containing nested Structs

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Unknown
    • 1.9.1
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Should be able to infer the following document and not mark it as a String type.

      {nested: [
         {a: 1, b: true, c: {a: 1, b: true, c: 'foo'}}, 
         {b: false, d: 4, e: 5, c: {a: 2, b: true, d: 9, e: 1}}
      ]}
      

              Assignee:
              Ross Lawley
              Reporter:
              Ross Lawley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: