[
https://issues.apache.org/jira/browse/KAFKA-7058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512618#comment-16512618
]
Gunnar Morling commented on KAFKA-7058:
---------------------------------------
Thanks for the quick review, [~rhauch]. It's definitely not a blocker for us,
we worked around it by having our own equals() implementation for schemas for
now.
I'm curious about the Kafka versions maintained going forward, though. Will it
be 0.10.x and 2.0, but not 1.x?
> 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
> Components: KafkaConnect
> Affects Versions: 1.0.0, 1.1.0
> Reporter: Gunnar Morling
> Priority: Major
>
> {{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)