boyuanzz commented on a change in pull request #13924:
URL: https://github.com/apache/beam/pull/13924#discussion_r572463514
##########
File path:
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/data/PCollectionConsumerRegistry.java
##########
@@ -125,6 +133,7 @@ public PCollectionConsumerRegistry(
pCollectionIdsToConsumers.put(
pCollectionId, ConsumerAndMetadata.forConsumer(consumer, pTransformId,
state));
+ pCollectionIdsToCoders.put(pCollectionId, coder);
Review comment:
How about having `ConsumerAndMetadata ` to include coder information
instead of having a separated mapping?
----------------------------------------------------------------
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]