You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ar...@apache.org on 2021/12/13 17:34:51 UTC

[beam] branch master updated (626e7a9 -> e2ac013)

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

aromanenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 626e7a9  Merge pull request #16208 from [BEAM-13442][Playground] Filepath to log error
     add f969a7b  [BEAM-13445] Correctly set data limit when flushing S3 upload buffer and avoid temporary copy to array when writing source buffer to upload buffer
     add e2ac013  Merge pull request #16205: [BEAM-13445] Correctly set data limit when flushing S3 upload buffer

No new revisions were added by this update.

Summary of changes:
 .../beam/sdk/io/aws/s3/S3WritableByteChannel.java  | 25 ++++++++++----
 .../sdk/io/aws/s3/S3WritableByteChannelTest.java   | 39 +++++++++++++---------
 .../beam/sdk/io/aws2/s3/S3WritableByteChannel.java | 25 ++++++++++----
 .../apache/beam/sdk/io/aws2/s3/S3FileSystemIT.java | 18 +---------
 .../sdk/io/aws2/s3/S3WritableByteChannelTest.java  | 17 ++++++----
 5 files changed, 72 insertions(+), 52 deletions(-)