[ https://issues.apache.org/jira/browse/KAFKA-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349386#comment-16349386 ]
ASF GitHub Bot commented on KAFKA-6515: --------------------------------------- gunnarmorling opened a new pull request #4509: KAFKA-6515 Adding toString() method to o.a.k.connect.data.Field URL: https://github.com/apache/kafka/pull/4509 https://issues.apache.org/jira/browse/KAFKA-6515 ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI build status - [x] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Add toString() method to kafka connect Field class > -------------------------------------------------- > > Key: KAFKA-6515 > URL: https://issues.apache.org/jira/browse/KAFKA-6515 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect > Reporter: Bartłomiej Tartanus > Priority: Minor > > Currently testing is really painful: > {code:java} > org.apache.kafka.connect.data.Field@1d51df1f was not equal to > org.apache.kafka.connect.data.Field@c0d62cd8{code} > > toString() method would fix this, so please add one. :) -- This message was sent by Atlassian JIRA (v7.6.3#76005)