-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
(copied to CRM)
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}} ]}
- is related to
-
KAFKA-343 Improve schema inference for documents nested in arrays
- Closed