This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit aab33a5
authored
feat: Expand bytes field type handling (#1180)
* Expand Bytes Field type handling
Add the ability for a single BYTES field to handle a JSONArray of bytes, and add the ability for a repeated BYTES field to handle a ByteString.
* Fixing Typo
Index to i
* Fixing variable naming
* Lint1 parent 8bf328c commit aab33a5
File tree
1 file changed
+23
-0
lines changed- google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
147 | 167 | | |
148 | 168 | | |
149 | 169 | | |
| |||
261 | 281 | | |
262 | 282 | | |
263 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
264 | 287 | | |
265 | 288 | | |
266 | 289 | | |
| |||
0 commit comments