chia7712 commented on pull request #8640:
URL: https://github.com/apache/kafka/pull/8640#issuecomment-626298211


   just cusious. As ```toStruct``` doesn't include ```_unknownTaggedFields```, 
the object_A which is NOT equal to object_B has *same* struct to object_B. Is 
it fine?
   ```
   val a = generated object with _unknownTaggedFields
   val b = generated object without _unknownTaggedFields
   assertNotEquals(a, b)
   assertEquals(a.toStruct, b.toStruct)
   ```


----------------------------------------------------------------
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