reuvenlax commented on issue #11034: [BEAM-9424] Allow grouping by LogicalType URL: https://github.com/apache/beam/pull/11034#issuecomment-594625264 The whole point of Logical types is that the representation should be that of the base type (the schema returned by getBaseType). This means that the logical type can be processed by code that doesn't know about InputT, and also makes it possible to use it cross language. Where in Group do we need Coder<InputT>? I feel like I'm still missing something.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
