Commit ec447b5
feat: update with latest from main (#4034)
* chore: sync with last release from main branch
* feat: Introduce DataFormatOptions to configure the output of BigQuery data types (#4010)
* feat: Create DataFormatOptions in BigQuery
* feat: Add Builder class for DataFormatOptions
* fix: Update existing references of useInt64Timestamp to use DataFormatOption's variant
* chore: Fix lint issues
* chore: Address PR feedback
* chore: Add tests for useInt64Timestamp behavior
* chore: Address failing tests and GCA
* chore: Remove unused fromPb method
* feat: Add timestamp_precision to Field (#4014)
* feat: Add timestamp_precision to Field
* Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* chore: Address GCA PR feedback
* chore: Fix typo
* chore: Remove default value
* chore: Address PR feedback
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* chore: Use custom timestamp validator for ISO8601 timestamps with more than nanosecond precision (#4017)
* chore: Use custom timestamp validator for ISO8601 timestamps with more than nanosecond precision
* chore: Rename helper method to validateTimestamp
* chore: Address GCA comments
* chore: Address last GCA comment
* chore: Update to use assert helper method
* test: Clean up resources created in ITs (#4024)
* chore: Cleanup initialized resources
* chore: Delete created dataset
* chore: Use try-with to close stream
* chore: Cleanup Intellij test warnings (#4026)
* chore: Cleanup initialized resources
* chore: Use try-with to close stream
* chore: Cleanup Intellij test warnings
* chore: Allow for floating point inaccuracies
* chore: Add otel delete operation
* deps: update actions/upload-artifact action to v6 (#4027)
Co-authored-by: Blake Li <[email protected]>
* chore: Use assertThrows in tests (#4028)
* chore: Cleanup initialized resources
* chore: Use try-with to close stream
* chore: Cleanup Intellij test warnings
* chore: Allow for floating point inaccuracies
* chore: Add otel delete operation
* chore: Clean up rest of the IT test file
* chore: Add GCA feedback
* chore: Update renovate.json (#4031)
deps update from bigquerystorage was incorrectly marked as chore(deps). This would cause the upgrade not show up in the release notes and also not trigger release please.
This is because the pattern /^com.google.cloud:google-cloud-bigquery is configured in renovate.json, which matches both bigquery and bigquerystorage. However, I believe the original intention is only for bigquery update in samples, not for bigquerystorage update.
Fixing the pattern so that the String must ends with bigquery
* chore(main): release 2.57.2-SNAPSHOT (#4032)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore: fix unresolved conflicts
---------
Co-authored-by: Lawrence Qiu <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Mend Renovate <[email protected]>
Co-authored-by: Blake Li <[email protected]>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>1 parent 580427d commit ec447b5
File tree
21 files changed
+752
-441
lines changed- .github/workflows
- benchmark
- google-cloud-bigquery-bom
- google-cloud-bigquery
- src
- main/java/com/google/cloud/bigquery
- test/java/com/google/cloud/bigquery
- it
- samples/snapshot
21 files changed
+752
-441
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1731 | 1731 | | |
1732 | 1732 | | |
1733 | 1733 | | |
1734 | | - | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
1735 | 1738 | | |
1736 | 1739 | | |
1737 | 1740 | | |
| |||
2007 | 2010 | | |
2008 | 2011 | | |
2009 | 2012 | | |
2010 | | - | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
2011 | 2016 | | |
2012 | 2017 | | |
2013 | 2018 | | |
| |||
2021 | 2026 | | |
2022 | 2027 | | |
2023 | 2028 | | |
2024 | | - | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
2025 | 2032 | | |
2026 | 2033 | | |
2027 | 2034 | | |
| |||
2066 | 2073 | | |
2067 | 2074 | | |
2068 | 2075 | | |
2069 | | - | |
2070 | | - | |
| 2076 | + | |
2071 | 2077 | | |
2072 | | - | |
| 2078 | + | |
2073 | 2079 | | |
2074 | 2080 | | |
2075 | 2081 | | |
| |||
Lines changed: 64 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
97 | 111 | | |
98 | 112 | | |
99 | 113 | | |
100 | 114 | | |
101 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
102 | 127 | | |
103 | 128 | | |
104 | 129 | | |
| |||
143 | 168 | | |
144 | 169 | | |
145 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
146 | 180 | | |
147 | 181 | | |
148 | 182 | | |
| |||
191 | 225 | | |
192 | 226 | | |
193 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
194 | 239 | | |
195 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
196 | 245 | | |
197 | 246 | | |
198 | 247 | | |
| |||
206 | 255 | | |
207 | 256 | | |
208 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
209 | 268 | | |
210 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
211 | 274 | | |
212 | 275 | | |
213 | 276 | | |
| |||
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
0 commit comments