This is an automated email from the ASF dual-hosted git repository.
yhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 3ea5e1f768d Set keepalive policy for prism grpc server. (#37021)
add 2cf0930e7ae Support specifying database in FirestoreV1ReadFn (resolves
#36904) (#36905)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +-
.../FirestoreStatefulComponentFactory.java | 6 +-
.../beam/sdk/io/gcp/firestore/FirestoreV1.java | 331 +++++++++++++--------
.../sdk/io/gcp/firestore/FirestoreV1ReadFn.java | 114 ++++++-
.../gcp/firestore/BaseFirestoreV1ReadFnTest.java | 4 +-
.../FirestoreV1FnBatchGetDocumentsTest.java | 32 +-
.../FirestoreV1FnListCollectionIdsTest.java | 30 +-
.../firestore/FirestoreV1FnListDocumentsTest.java | 30 +-
.../firestore/FirestoreV1FnPartitionQueryTest.java | 34 ++-
.../gcp/firestore/FirestoreV1FnRunQueryTest.java | 28 +-
.../sdk/io/gcp/firestore/it/BaseFirestoreIT.java | 57 +++-
11 files changed, 489 insertions(+), 179 deletions(-)