tvalentyn commented on issue #26209: URL: https://github.com/apache/beam/issues/26209#issuecomment-1507291617
The failure is not happening if I manually modify the graph rewriting portions responsible for combiner lifting and disable combiner lifting, see: https://github.com/apache/beam/blob/7919c3fdf07c7802f62061e5e222027df5e02ce5/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py#L373 @AnandInguva also mentioned the error is not reproducible if with_fanout is disabled. with_fanout involves copying here: https://github.com/apache/beam/blob/837733e862007cbeba0a57f682109d9debec9340/sdks/python/apache_beam/transforms/core.py#L2467 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
