This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 9cd7554
deps!: BigQuery Storage and pyarrow are required dependencies (#776)
* process: make BQ Storage and pyarrow required
* Make pyarrow required in _pandas_helpers.py
* Make pyarrow required in client.py
* Make pyarrow required in table.py
* Make pyarrow required in job/query.py
* Make pyarrow required in DBAPI tests
* Make pyarrow required in snippets tests
* Make BQ storage required in client.py
* Make BQ storage required in table.py
* Make BQ storage required in DB API tests
* Make BQ storage required in magics.py
* Make BQ storage required in test__helpers.py
* Make BQ storage required in test__pandas_helpers.py
* Make BQ storage required in test_query_pandas.py
* Make method signatures compatible again
The annotations caused a mismatch
* Remove checks for minimum BQ Storage version
Since this is now a required dependency, there should not be any more
pip quirks that used to allow installing BQ Storage as an extra, but
without always respecting its minimum version pin.
* Remove LegacyBigQueryStorageError
Since it will be released in a major version bump, we can make this
a breaking change, i.e. without deprecation.
* Bump minimum pyarrow version to 3.0.0
* Remove unneeded pytest.importorskip for BQ Storage
* Remove pyarrow version checks in pandas helpers tests
* Conditionally skip pandas tests where needed
* Remove unneeded conditional pyarrow version paths
* Cover schema autodetect failed code path in test
* fix bad merge
Co-authored-by: Tim Swast <swast@google.com>1 parent c293e3c commit 9cd7554
File tree
22 files changed
+196
-998
lines changed- docs
- google/cloud/bigquery
- job
- magics
- testing
- tests
- system
- unit
- job
22 files changed
+196
-998
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
175 | | - | |
176 | 173 | | |
177 | 174 | | |
178 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 75 | | |
102 | 76 | | |
103 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 28 | + | |
| 29 | + | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| |||
106 | 101 | | |
107 | 102 | | |
108 | 103 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
166 | 150 | | |
167 | 151 | | |
168 | 152 | | |
| |||
346 | 330 | | |
347 | 331 | | |
348 | 332 | | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | 333 | | |
357 | 334 | | |
358 | 335 | | |
| |||
494 | 471 | | |
495 | 472 | | |
496 | 473 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | 474 | | |
501 | 475 | | |
502 | 476 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
| |||
53 | 45 | | |
54 | 46 | | |
55 | 47 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
62 | 51 | | |
63 | 52 | | |
64 | 53 | | |
65 | 54 | | |
66 | 55 | | |
67 | | - | |
68 | 56 | | |
69 | 57 | | |
70 | 58 | | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
74 | 62 | | |
75 | | - | |
76 | 63 | | |
77 | 64 | | |
78 | 65 | | |
| |||
121 | 108 | | |
122 | 109 | | |
123 | 110 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 111 | | |
128 | 112 | | |
129 | 113 | | |
| |||
483 | 467 | | |
484 | 468 | | |
485 | 469 | | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | 470 | | |
494 | 471 | | |
495 | | - | |
496 | | - | |
| 472 | + | |
| 473 | + | |
497 | 474 | | |
498 | 475 | | |
499 | 476 | | |
| |||
504 | 481 | | |
505 | 482 | | |
506 | 483 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
| 484 | + | |
521 | 485 | | |
522 | 486 | | |
523 | 487 | | |
| |||
2496 | 2460 | | |
2497 | 2461 | | |
2498 | 2462 | | |
2499 | | - | |
| 2463 | + | |
2500 | 2464 | | |
2501 | 2465 | | |
2502 | 2466 | | |
| |||
2526 | 2490 | | |
2527 | 2491 | | |
2528 | 2492 | | |
2529 | | - | |
2530 | | - | |
2531 | | - | |
2532 | 2493 | | |
2533 | 2494 | | |
2534 | 2495 | | |
| |||
2556 | 2517 | | |
2557 | 2518 | | |
2558 | 2519 | | |
2559 | | - | |
2560 | | - | |
2561 | | - | |
2562 | | - | |
2563 | 2520 | | |
2564 | 2521 | | |
2565 | 2522 | | |
| |||
2615 | 2572 | | |
2616 | 2573 | | |
2617 | 2574 | | |
2618 | | - | |
2619 | | - | |
2620 | | - | |
2621 | | - | |
2622 | | - | |
2623 | | - | |
2624 | | - | |
2625 | | - | |
2626 | | - | |
2627 | | - | |
2628 | 2575 | | |
2629 | 2576 | | |
2630 | 2577 | | |
| |||
0 commit comments