kennknowles commented on PR #24406:
URL: https://github.com/apache/beam/pull/24406#issuecomment-1338199404

   After working with this, I believe the interaction between `getClass()` and 
`Class<T>` generics and the key checker are not worth it. The only benefit we 
get is that `Map.get()` and whatnot can be known to be non-null. But within our 
codebase we can just always assume it could be null. So I am pushing a 
suppression of keyfor warnings.


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