slachiewicz commented on PR #3778:
URL: https://github.com/apache/thrift/pull/3778#issuecomment-5507179606

   Copilot's second finding was real and pre-existing: the generated map 
`Equals` skipped the `ok` check, so maps with different key sets compared equal 
when the zero value matched, and the new write check then rejected map-keyed 
entries such as `{a:0}` and `{b:0}`. Fixed in 14165b1 with tests for both cases.
   
   *This comment was created with AI assistance.*


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to