Details
-
Sub-task
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
-
None
Description
The python harness does not correctly get coders from the gRPC read/write transforms but rather from PCollection inputs/outputs. This prevents the harness from correctly receiving/transmitting prefix-encoded elements (seen as prefix-encoded byte arrays by the runner).
It should instead retrieve input and output coders from the gRPC nodes.