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/07/15 00:37:12 UTC

[beam] branch master updated (64bcc7df2b8 -> 2b42751cb79)

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

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


    from 64bcc7df2b8 Remove locks around ExecutionStateSampler (#22190)
     add ad3af31a627 Fix query retry in Java FirestoreIO.
     new 2b42751cb79 Merge pull request #22175: [BEAM-22089] Fix query retry in Java FirestoreIO

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |   2 +
 .../sdk/io/gcp/firestore/FirestoreV1ReadFn.java    |  77 ++--
 .../beam/sdk/io/gcp/firestore/QueryUtils.java      | 397 +++++++++++++++++++++
 .../gcp/firestore/FirestoreV1FnRunQueryTest.java   | 243 +++++++------
 .../beam/sdk/io/gcp/firestore/QueryUtilsTest.java  | 244 +++++++++++++
 5 files changed, 817 insertions(+), 146 deletions(-)
 create mode 100644 sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/firestore/QueryUtils.java
 create mode 100644 sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/firestore/QueryUtilsTest.java


[beam] 01/01: Merge pull request #22175: [BEAM-22089] Fix query retry in Java FirestoreIO

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2b42751cb791b43eb18cf433bdd85adce66efa00
Merge: 64bcc7df2b8 ad3af31a627
Author: Chamikara Jayalath <ch...@gmail.com>
AuthorDate: Thu Jul 14 17:37:02 2022 -0700

    Merge pull request #22175: [BEAM-22089] Fix query retry in Java FirestoreIO

 CHANGES.md                                         |   2 +
 .../sdk/io/gcp/firestore/FirestoreV1ReadFn.java    |  77 ++--
 .../beam/sdk/io/gcp/firestore/QueryUtils.java      | 397 +++++++++++++++++++++
 .../gcp/firestore/FirestoreV1FnRunQueryTest.java   | 243 +++++++------
 .../beam/sdk/io/gcp/firestore/QueryUtilsTest.java  | 244 +++++++++++++
 5 files changed, 817 insertions(+), 146 deletions(-)