kafka/connect
Svend Vanderveken 63a76f8cc4 MINOR: Fix error message in exception when records have schemas in Connect's Flatten transformation (#3982)
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>
2020-03-28 21:31:44 -07:00
..
api KAFKA-6684: Support casting Connect values with bytes schema to string 2019-10-03 15:49:06 -05:00
file/src MINOR: Fix bug introduced by adding batch.size without default in FileStreamSourceConnector (#4579) 2018-02-16 18:30:46 -08:00
json KAFKA-5996; JsonConverter generates Mismatching schema DataException (#4523) 2018-02-14 08:47:29 -08:00
runtime/src KAFKA-9601: Stop logging raw connector config values (#8165) 2020-02-26 15:53:57 -06:00
transforms/src MINOR: Fix error message in exception when records have schemas in Connect's Flatten transformation (#3982) 2020-03-28 21:31:44 -07:00