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

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


    from 7459a91bd05 Improve docstrings for coder.RegisterCoder and 
NewCustomCoder (#40050)
     add bb692b67771 Bump google.golang.org/api from 0.297.0 to 0.298.0 in 
/sdks (#40172)
     add f865f12198e Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks 
(#40171)
     add 73bb356a408 SolaceIO: map message user properties (#40108)
     add 94482e8da03 Re-enable the TensorRT integration test (#40139)
     add 0e32466f7c9 [Python] Make cloud storage dependencies optional on 
import in gcsio and s3io (#40178)
     add 2448f5ac7d6 Expand Beam Python heap dump with process/native memory 
stats (#39244) (#39466)

No new revisions were added by this update.

Summary of changes:
 .github/trigger_files/beam_PostCommit_Python.json  |   4 +-
 CHANGES.md                                         |   3 +-
 sdks/go.mod                                        |   6 +-
 sdks/go.sum                                        |  12 +-
 .../solace/broker/SolaceUserPropertiesMapper.java  | 200 +++++++++++++++++++++
 .../org/apache/beam/sdk/io/solace/data/Solace.java | 153 +++++++++++++++-
 .../sdk/io/solace/data/SolaceRecordMapperTest.java | 126 +++++++++++++
 .../examples/cookbook/group_with_coder_test.py     |   2 +
 .../transforms/elementwise/runinference_test.py    |   3 +
 sdks/python/apache_beam/io/aws/s3io.py             |   3 +-
 .../io/external/xlang_bigqueryio_it_test.py        |   3 +
 .../io/external/xlang_snowflakeio_it_test.py       |   3 +
 sdks/python/apache_beam/io/filesystems_test.py     |  22 +++
 .../io/gcp/gcsfilesystem_integration_test.py       |   3 +-
 sdks/python/apache_beam/io/gcp/gcsio.py            |  41 +++--
 .../apache_beam/io/gcp/gcsio_integration_test.py   |   2 +
 .../ml/inference/onnx_inference_test.py            |   3 +
 .../ml/inference/pytorch_inference_test.py         |   3 +
 .../ml/inference/sklearn_inference_it_test.py      |   3 +
 .../ml/inference/tensorrt_inference_test.py        |  16 +-
 .../python/apache_beam/options/pipeline_options.py |  10 ++
 .../apache_beam/options/pipeline_options_test.py   |   4 +-
 sdks/python/apache_beam/runners/render.py          |   2 +
 .../apache_beam/runners/worker/worker_status.py    | 132 +++++++++++++-
 .../runners/worker/worker_status_test.py           |  25 +++
 .../containers/tensorrt_runinference/README.md     |   9 +-
 sdks/python/test-suites/dataflow/common.gradle     |   9 +-
 27 files changed, 756 insertions(+), 46 deletions(-)
 create mode 100644 
sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/broker/SolaceUserPropertiesMapper.java

Reply via email to