You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2023/02/12 04:26:07 UTC

[beam] branch nightly-refs/heads/master updated (783584d0773 -> 198b93eacef)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 783584d0773 Fix typo tranform; workaround non-ascii char (#25428)
     add 9b77bf9b130 Add support for loading torchscript models (#25321)
     add 198b93eacef [#24971] Add a retry policy for JmsIO #24971 (#24973)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   3 +
 .../java/org/apache/beam/sdk/io/jms/JmsIO.java     | 257 +++++++++++++++++----
 .../apache/beam/sdk/io/jms/RetryConfiguration.java |  71 ++++++
 .../java/org/apache/beam/sdk/io/jms/JmsIOTest.java | 229 +++++++++++++++++-
 .../apache_beam/ml/inference/pytorch_inference.py  | 140 ++++++++---
 .../ml/inference/pytorch_inference_test.py         | 131 +++++++++++
 6 files changed, 758 insertions(+), 73 deletions(-)
 create mode 100644 sdks/java/io/jms/src/main/java/org/apache/beam/sdk/io/jms/RetryConfiguration.java