Uploaded image for project: 'Kafka Connector'
  1. Kafka Connector
  2. KAFKA-349

Schema inference fails with an Array containing nested Structs

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 1.9.1
    • Affects Version/s: None
    • Component/s: 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@mongodb.com Ross Lawley
            Reporter:
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: