Gunnar Morling created KAFKA-7058:
-------------------------------------
Summary: ConnectSchema#equals() broken for array-typed default
values
Key: KAFKA-7058
URL: https://issues.apache.org/jira/browse/KAFKA-7058
Project: Kafka
Issue Type: Bug
Reporter: Gunnar Morling
{ConnectSchema#equals()} calls {{Objects#equals()}} for the schemas' default
values, but this doesn't work correctly if the default values in fact are
arrays. In this case, always {false} will be returned, also if the default
value arrays actually are the same.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)