Abacn commented on issue #37583: URL: https://github.com/apache/beam/issues/37583#issuecomment-3893680686
Comparing result of "FlinkRunnerTest" (without "Optimized"): ``` sideInputTag: python_side_input0 transformId: ref_AppliedPTransform_ParDo-NormalizeDoFn-_28 local name: python_side_input0 ``` with Optimized: ``` sideInputTag: python_side_input0 transformId: transform_2 local name: python_side_input0 ``` https://github.com/apache/beam/blob/9ea7380de850fafceff09cd007d3979987b5ab46/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkStreamingPortablePipelineTranslator.java#L990 and "transform_2" does not exist in component transforms. The "transform_2" name likely came from here: https://github.com/apache/beam/blob/9ea7380de850fafceff09cd007d3979987b5ab46/sdks/python/apache_beam/runners/portability/fn_api_runner/translations.py#L318 -- 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]
