Abacn commented on issue #35126: URL: https://github.com/apache/beam/issues/35126#issuecomment-2980669751
> Note that this is not easy to get patched in real pipelines because Dataflow does not seem to allow changing the SDK classes unless you make a fully custom base image :( > > Looking forward to 2.66... You can patch your pipeline without custom base image: https://github.com/apache/beam/blob/master/contributor-docs/code-change-guide.md#run-your-pipeline-with-modified-beam-code See the following section "If you're using Dataflow Runner v2 and sdks/java/harness or its dependencies (like sdks/java/core) have changed, do the following:" Basically build the patched SDK harness (to maven local repository), add it to dependency, and use `--experiments=use_staged_dataflow_worker_jar` to enable it -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org