This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Commit e90e64e
authored
refactor!: expand SqlParams members into PartitionQueryParams (#1263)
PartitionQueryParams corresponds to PartitionQueryRequest
(https://github.com/googleapis/googleapis/blob/2c17ac33b226194041155bb5340c3f34733f1b3a/google/spanner/v1/spanner.proto#L672),
and SqlParams corresponds to ExecuteSqlRequest
(https://github.com/googleapis/googleapis/blob/2c17ac33b226194041155bb5340c3f34733f1b3a/google/spanner/v1/spanner.proto#L439).
The former does not "include" the latter, so there may be options or
fields in SqlParams that don't belong in PartitionQueryParams.
Therefore, we should break this relationship now, while we can.1 parent 44d687f commit e90e64e
6 files changed
Lines changed: 17 additions & 22 deletions
File tree
- ci/test-api
- google/cloud/spanner
- internal
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
| 193 | + | |
195 | 194 | | |
196 | 195 | | |
197 | 196 | | |
| |||
582 | 581 | | |
583 | 582 | | |
584 | 583 | | |
585 | | - | |
| 584 | + | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
| 602 | + | |
602 | 603 | | |
603 | 604 | | |
604 | 605 | | |
| |||
623 | 624 | | |
624 | 625 | | |
625 | 626 | | |
626 | | - | |
| 627 | + | |
627 | 628 | | |
628 | 629 | | |
629 | 630 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1850 | 1850 | | |
1851 | 1851 | | |
1852 | 1852 | | |
1853 | | - | |
1854 | | - | |
1855 | | - | |
| 1853 | + | |
1856 | 1854 | | |
1857 | 1855 | | |
1858 | 1856 | | |
| |||
1883 | 1881 | | |
1884 | 1882 | | |
1885 | 1883 | | |
1886 | | - | |
1887 | | - | |
1888 | | - | |
1889 | | - | |
| 1884 | + | |
| 1885 | + | |
1890 | 1886 | | |
1891 | 1887 | | |
1892 | 1888 | | |
| |||
1910 | 1906 | | |
1911 | 1907 | | |
1912 | 1908 | | |
1913 | | - | |
1914 | | - | |
1915 | | - | |
1916 | | - | |
| 1909 | + | |
| 1910 | + | |
1917 | 1911 | | |
1918 | 1912 | | |
1919 | 1913 | | |
| |||
2316 | 2310 | | |
2317 | 2311 | | |
2318 | 2312 | | |
2319 | | - | |
2320 | | - | |
| 2313 | + | |
2321 | 2314 | | |
2322 | 2315 | | |
2323 | 2316 | | |
| |||
0 commit comments