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

Schema inference fails with an Array containing nested Structs

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Unknown Unknown
    • 1.9.1
    • None
    • None
    • None

    Description

      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}}
      ]}
      

      Attachments

        Activity

          People

            ross@mongodb.com Ross Lawley
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: