openinx opened a new pull request #1792:
URL: https://github.com/apache/iceberg/pull/1792


   When I prepare the patch for flink cdc write flow 
(https://github.com/apache/iceberg/pull/1663/files),  I found the 
`StructLikeSet` had the following issues: 
   
   1.  It does not provide several common methods, such as `toString()`, 
`equals`, `hashCode`  etc.   It's useful for testing.  So I make it extend the 
`AbstractSet`. 
   
   2. In the `remove` method,  we did the instanceof incorrectly. 


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to