stankiewicz opened a new pull request, #33626:
URL: https://github.com/apache/beam/pull/33626

   Fixes #33620
   
   Half of the sdk coders have getEncodedElementByteSize  public because they 
are invoked outside of beam.sdk.coders package. 
   Some accumulators like ComposedAccumulatorCoder should have access to 
optimized methods for calculating size but due to it can be any Coder.
   Optimized way of calculating size shouldn't be limited to Coders implemented 
in beam.sdk.coders only.
   This change changes it to public and fixes all the coders in beam sdk.
   
   This will break coders implemented in customer codebase requiring small 
patch to change visibility. 
   
   


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