thebozzcl commented on issue #30789: URL: https://github.com/apache/beam/issues/30789#issuecomment-2038040661
I forked from that PR to add support for 1.18. It's a trivial change, too: https://github.com/thebozzcl/beam/commit/432643bfd70f1b8a6052c33a04774b93da5a7bae So far this is working fine in our tests, with a caveat - in its current status, there's some incompatibilities with the publicly released libraries (mostly around `SerializablePipelineOptions`). For our tests, I had to use custom-built versions of a few libraries based on the repo: * beam-runners-core-java * beam-runners-java-fn-execution * beam-runners-java-job-service * beam-sdks-java-core I'm hopeful that once the PR for 1.17 is merged, adding support for 1.18 will be trivial. We're going to try using these libraries in one of our more complex pipelines, see if everything still works. -- 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]
