Commit fe5245b
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 internal issue b/508671576 🦕
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9f42fe1 commit fe5245bCopy full SHA for fe5245b
2 files changed
+5-3Lines changed: 5 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/bigframes/bigframes
- core
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/bigframes/bigframes/core/blocks.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/core/blocks.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
848 | 848 | |
849 | 849 | |
850 | 850 | |
851 | | - |
| 851 | + |
852 | 852 | |
853 | 853 | |
854 | 854 | |
|
Collapse file
packages/bigframes/bigframes/dataframe.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/dataframe.py+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1743 | 1743 | |
1744 | 1744 | |
1745 | 1745 | |
1746 | | - |
| 1746 | + |
| 1747 | + |
1747 | 1748 | |
1748 | 1749 | |
1749 | 1750 | |
| ||
1869 | 1870 | |
1870 | 1871 | |
1871 | 1872 | |
1872 | | - |
| 1873 | + |
| 1874 | + |
1873 | 1875 | |
1874 | 1876 | |
1875 | 1877 | |
|
0 commit comments