Details
-
Sub-task
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
Currently batch translation context uses `currentTransform` for input / ouput lookups, even though we provide a `PTransform` we want to perform lookup for as a parameter.
We need to introduce a new PipelineVisitor, that would be initialized prior translation and build an in-memory PTransform / AppliedPTransform lookup table, that can be used by translation context.
Attachments
Issue Links
- is required by
-
BEAM-8848 Flink: Memory efficient GBK implementation for batch runner
- Resolved
- links to