Abacn commented on code in PR #34354: URL: https://github.com/apache/beam/pull/34354#discussion_r2010837857
########## sdks/python/apache_beam/coders/coders.py: ########## @@ -650,6 +650,25 @@ def __hash__(self): Coder.register_structured_urn(common_urns.coders.VARINT.urn, VarIntCoder) +class VarInt32Coder(FastCoder): Review Comment: Thanks, will do as a follow up (otherwise need to rebase this PR onto latest master to be able to add to 2.65.0 section) -- 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