chamikaramj commented on PR #16888: URL: https://github.com/apache/beam/pull/16888#issuecomment-1102857740
I think the code path you are modifying is only being utilized by Runner v1 (so you might be essentially trying to make Dataflow Runner v1 used SDF which is not what we want). For Runner v2, I believe this transform override is completely ignored, instead we generate Dataflow steps from the Beam Runner API proto within the Dataflow service. -- 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]
