Commit 2cf0930
authored
* test signing commit
* Support setting project ID and database ID in FirestoreV1 Reads
* WIP adding database ID to read fn
* Revert "WIP adding database ID to read fn"
This reverts commit 133d5a6.
* Reapply "WIP adding database ID to read fn"
This reverts commit f95d988.
* Update read fn constructors to take project and database
* fix build errors
* Update integration test and BatchGet test
* Update remaining unit tests
* Fix write unit test
* Minor format changes
* update Changes.md
* Update javadoc comment for getFirestoreStub
* Run spotlessApply
* fix changes.md
* Fix changes.md conflict
* Take 3 fix changes.md
1 parent 3ea5e1f commit 2cf0930
File tree
11 files changed
+489
-179
lines changed- sdks/java/io/google-cloud-platform/src
- main/java/org/apache/beam/sdk/io/gcp/firestore
- test/java/org/apache/beam/sdk/io/gcp/firestore
- it
11 files changed
+489
-179
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
0 commit comments