wangwalton opened a new pull request #9993:
URL: https://github.com/apache/kafka/pull/9993


   Bug fix. I'm passing in a SchemaBuilder for schema, and this will always 
throw an exception since it's doing an equals comparison. The reason that I 
need to pass in a builder is because my schema contains possibilities for a 
graph, and the only way to represent this is with SchemaBuilder since 
ConnectSchema is not mutable.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


Reply via email to