This repository was archived by the owner on May 8, 2026. It is now read-only.
Commit d6c3770
fix: Fix sending of Pipeline options when running a Pipeline in a transaction (#2348)
* fix execute options for ServerSideTransaction.java
* fix: Fix sending of Pipeline options when running a Pipeline in a transaction
* test: Fix invalid foo option in ITPipelineTest
* chore: generate libraries at Mon Apr 20 20:23:08 UTC 2026
---------
Co-authored-by: wu-hui <53845758+wu-hui@users.noreply.github.com>
Co-authored-by: wu-hui <wu.hui.github@gmail.com>
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>1 parent be110ee commit d6c3770
3 files changed
Lines changed: 18 additions & 9 deletions
File tree
- .github/scripts
- google-cloud-firestore/src
- main/java/com/google/cloud/firestore
- test/java/com/google/cloud/firestore/it
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3883 | 3883 | | |
3884 | 3884 | | |
3885 | 3885 | | |
3886 | | - | |
| 3886 | + | |
| 3887 | + | |
| 3888 | + | |
| 3889 | + | |
| 3890 | + | |
3887 | 3891 | | |
3888 | 3892 | | |
3889 | 3893 | | |
| |||
0 commit comments