This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit cc2dbae
authored
fix: do not warn with DefaultIndexWarning in partial ordering mode (#2230)
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/python-bigquery-dataframes/issues/new/choose)
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 internal issue b/356872356 🦕1 parent c62e553 commit cc2dbaeCopy full SHA for cc2dbae
3 files changed
+50-1Lines changed: 50 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes/session
- _io/bigquery
- tests/unit/session
Expand file treeCollapse file tree
Open diff view settings
Collapse file
bigframes/session/_io/bigquery/read_gbq_table.py
Copy file name to clipboardExpand all lines: bigframes/session/_io/bigquery/read_gbq_table.py+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
402 | 402 | |
403 | 403 | |
404 | 404 | |
| 405 | + |
405 | 406 | |
406 | 407 | |
407 | 408 | |
| ||
471 | 472 | |
472 | 473 | |
473 | 474 | |
474 | | - |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
475 | 480 | |
476 | 481 | |
477 | 482 | |
|
Collapse file
bigframes/session/loader.py
Copy file name to clipboardExpand all lines: bigframes/session/loader.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
696 | 696 | |
697 | 697 | |
698 | 698 | |
| 699 | + |
699 | 700 | |
700 | 701 | |
701 | 702 | |
|
Collapse file
tests/unit/session/test_read_gbq_table.py
Copy file name to clipboardExpand all lines: tests/unit/session/test_read_gbq_table.py+43Lines changed: 43 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
21 | 22 | |
| 23 | + |
| 24 | + |
22 | 25 | |
23 | 26 | |
24 | 27 | |
| ||
143 | 146 | |
144 | 147 | |
145 | 148 | |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
0 commit comments