Add persistence of side inputs into state after they are calculated / executed
Closed this issue · 2 comments
pabloem commented
Side inputs are not supported at the moment. To test support, we only need to enable this test:
The code exists to support this (https://github.com/ray-project/ray_beam_runner/blob/master/ray_beam_runner/portability/ray_fn_runner.py#L455-L459), but we need to figure out how the protocol to write and access side input state.
We need first to support state (issue #12 ) and then implement this.
pabloem commented
Useful literature: https://s.apache.org/beam-fn-api