Commit fdd3e0d
fix: avoid views when querying BigLake tables from SQL cells (#16562)
Workaround for internal bug 493608478.
Migrates
googleapis/python-bigquery-dataframes#2545
🦕
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 56ccbd8 commit fdd3e0dCopy full SHA for fdd3e0d
3 files changed
+88-5Lines changed: 88 additions & 5 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/bigframes
- bigframes
- core
- session/_io/bigquery
- tests/unit/core
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/bigframes/bigframes/core/pyformat.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/core/pyformat.py+24-2Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
43 | 47 | |
44 | 48 | |
45 | 49 | |
| ||
102 | 106 | |
103 | 107 | |
104 | 108 | |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
105 | 127 | |
106 | 128 | |
107 | 129 | |
|
Collapse file
packages/bigframes/bigframes/session/_io/bigquery/__init__.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/session/_io/bigquery/__init__.py+7-3Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
515 | 515 | |
516 | 516 | |
517 | 517 | |
518 | | - |
519 | | - |
520 | | - |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
521 | 525 | |
522 | 526 | |
523 | 527 | |
|
Collapse file
packages/bigframes/tests/unit/core/test_pyformat.py
Copy file name to clipboardExpand all lines: packages/bigframes/tests/unit/core/test_pyformat.py+57Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
500 | 500 | |
501 | 501 | |
502 | 502 | |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
503 | 512 | |
504 | 513 | |
505 | 514 | |
| ||
511 | 520 | |
512 | 521 | |
513 | 522 | |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
0 commit comments