Commit 2086b34
authored
feat(db-dtypes): support pandas 3.0 (#17177)
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/google-cloud-python/issues)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #15509 🦕1 parent 2408166 commit 2086b34Copy full SHA for 2086b34
4 files changed
+24-4Lines changed: 24 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/db-dtypes
- tests/compliance/json
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
| 32 | + |
Collapse file
packages/db-dtypes/setup.py
Copy file name to clipboardExpand all lines: packages/db-dtypes/setup.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
packages/db-dtypes/tests/compliance/json/conftest.py
Copy file name to clipboardExpand all lines: packages/db-dtypes/tests/compliance/json/conftest.py+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
83 | 83 | |
84 | 84 | |
85 | 85 | |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
86 | 93 | |
87 | 94 | |
88 | 95 | |
|
Collapse file
packages/db-dtypes/tests/compliance/json/test_json_compliance.py
Copy file name to clipboardExpand all lines: packages/db-dtypes/tests/compliance/json/test_json_compliance.py+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
232 | 232 | |
233 | 233 | |
234 | 234 | |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
235 | 247 | |
236 | 248 | |
237 | 249 | |
|
0 commit comments