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:13 UTC

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

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(-)