baeminbo commented on PR #35150: URL: https://github.com/apache/beam/pull/35150#issuecomment-3082967109
I've removed `@NonNull` and `@Nullable` from generic types in the `ProtoBeamConverter` class. I realized I had significantly misunderstood their proper usage. Nullability annotations on generics are only for specific use cases with strong reasoning (apparently a container-like class?). -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org