Commit 8cb77d9
authored
fix(bigtable): populate Value type in _format_execute_query_view_params (#17547)
Ensures that string view parameters construct Value objects with both
string_value and explicit string_type populated.
Fixes issue where view parameters created Value objects missing the
explicit type_ field.1 parent 36255ad commit 8cb77d9
3 files changed
Lines changed: 5 additions & 1 deletion
File tree
- packages/google-cloud-bigtable
- google/cloud/bigtable/data/execute_query
- tests/unit/data
- _async
- _sync_autogen
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3558 | 3558 | | |
3559 | 3559 | | |
3560 | 3560 | | |
| 3561 | + | |
| 3562 | + | |
3561 | 3563 | | |
3562 | 3564 | | |
3563 | 3565 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3019 | 3019 | | |
3020 | 3020 | | |
3021 | 3021 | | |
| 3022 | + | |
| 3023 | + | |
3022 | 3024 | | |
3023 | 3025 | | |
3024 | 3026 | | |
| |||
0 commit comments