baeminbo commented on PR #35150: URL: https://github.com/apache/beam/pull/35150#issuecomment-2955659772
The current fix for `ProtoMessageSchema` uses `hasField(FieldDescriptor)`, but it's not efficient. I've just realized that a scalar field with "presence" has a `has<FieldName>` method. I'll use `ByteBuddy` to make more efficient code. -- 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