You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2022/10/25 15:29:39 UTC

[beam] 01/01: Merge pull request #23818: [release-2.43.0][cherry-pick] Allow MoreFutures.allAsList/allAsListWithExceptions to have the passed in list to be mutated (#23811)

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

chamikara pushed a commit to branch release-2.43.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c6b1805d38fed6df0ccbcfaeefd33da13dceddcc
Merge: 1aa89020338 6e374bc75e9
Author: Chamikara Jayalath <ch...@gmail.com>
AuthorDate: Tue Oct 25 08:29:30 2022 -0700

    Merge pull request #23818: [release-2.43.0][cherry-pick] Allow MoreFutures.allAsList/allAsListWithExceptions to have the passed in list to be mutated (#23811)

 .../java/org/apache/beam/sdk/util/MoreFutures.java | 25 ++++----
 .../org/apache/beam/sdk/util/MoreFuturesTest.java  | 74 ++++++++++++++++++++++
 2 files changed, 85 insertions(+), 14 deletions(-)