shunping commented on PR #34824:
URL: https://github.com/apache/beam/pull/34824#issuecomment-2849771349

   > > Just out of curiosity, what's wrong with not having a PaneInfoCoder. I 
see the issue #34826, but does FastPrimitiveCoder still work?
   > 
   > FastPrimitiveCoder ends up falling back to PickleCoder and much bigger 
encodings. PaneInfoCoder encodes it using 1 byte.
   
   I don't get why we need to expose PaneInfoCoder because I don't think we 
want cx to use it (or mess with it). PaneInfoCoder should implicitly be part of 
WindowValueCoder according to runner api proto 
(https://github.com/apache/beam/blob/c9a0e9081543953ae581b4b0e6bc1a2045405a47/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto#L938).
 


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

Reply via email to