mirror of https://github.com/apache/kafka.git
In case of an error while flattening a record with schema, the Flatten transformation was reporting an error about a record without schema, as follows: ``` org.apache.kafka.connect.errors.DataException: Flatten transformation does not support ARRAY for record without schemas (for field ...) ``` The expected behaviour would be an error message specifying "with schemas". This looks like a simple copy/paste typo from the schemaless equivalent methods, in the same file Reviewers: Ewen Cheslack-Postava <me@ewencp.org>, Konstantine Karantasis <konstantine@confluent.io> |
||
---|---|---|
.. | ||
api | ||
file/src | ||
json | ||
runtime/src | ||
transforms/src |