Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
992dc21
change to ai.generate
shuoweil Oct 7, 2025
74e042a
perf: Default to interactive display for SQL in anywidget mode
shuoweil Oct 4, 2025
074d4c2
fix: resolve double printing issue in anywidget mode
shuoweil Oct 4, 2025
982ea97
feat: Add test case for STRUCT column in anywidget
shuoweil Oct 7, 2025
a9116c7
fix presubmit
shuoweil Oct 9, 2025
f0992c6
Revert accidental changes to test_function.py
shuoweil Oct 15, 2025
3aefdbf
revert accidental change to blob.py
shuoweil Oct 15, 2025
7d4cfdf
change return type
shuoweil Oct 15, 2025
a951810
add todo and revert change
shuoweil Oct 20, 2025
89521d2
Revert "add todo and revert change"
shuoweil Oct 20, 2025
1c155d0
Add todo
shuoweil Oct 20, 2025
86cb692
Fix: Handle JSON dtype in anywidget display
shuoweil Oct 21, 2025
81013c6
revert a change
shuoweil Oct 21, 2025
6ea7281
revert a change
shuoweil Oct 21, 2025
63b7918
Revert: Restore bigframes/dataframe.py to state from 42da847
shuoweil Oct 21, 2025
4aa9879
remove anywidget from early return, allow execution proceeds to _repr…
shuoweil Oct 21, 2025
62d8608
remove unnecessary changes
shuoweil Oct 21, 2025
24d766d
remove redundant code change
shuoweil Oct 21, 2025
9239f20
code style change
shuoweil Oct 21, 2025
48d6c66
tescase update
shuoweil Oct 21, 2025
4cb8cd2
revert a change
shuoweil Oct 21, 2025
75a6d68
final touch of notebook
shuoweil Oct 21, 2025
8dc2171
fix presumbit error
shuoweil Oct 21, 2025
2adc426
remove invlaid test with anywidget bug fix
shuoweil Oct 21, 2025
faf1bb2
fix presubmit
shuoweil Oct 21, 2025
7a83b80
fix polar complier
shuoweil Oct 21, 2025
233e857
Revert an unnecessary change
shuoweil Oct 21, 2025
11daddb
apply the workaround to i/O layer
shuoweil Oct 27, 2025
30a9ef6
Revert scalar_op_registry.py chnage
shuoweil Oct 27, 2025
6895def
remove unnecessary import
shuoweil Oct 27, 2025
46444c1
Remove duplicate conversation
shuoweil Oct 27, 2025
3b8367b
revert changes to test_dataframe.py
shuoweil Oct 27, 2025
6801ca4
notebook update
shuoweil Oct 27, 2025
8e4ea88
Merge branch 'main' into shuowei-anywidget-col
shuoweil Oct 27, 2025
6c3567b
call API on local data for complier.py
shuoweil Oct 28, 2025
dba9051
add more testcase
shuoweil Oct 28, 2025
0420c64
modfiy polars import
shuoweil Oct 28, 2025
31b0746
Merge branch 'main' into shuowei-anywidget-col
shuoweil Oct 29, 2025
907cf2c
fix failed tests
shuoweil Oct 29, 2025
2459aa4
chore: Migrate minimum_op operator to SQLGlot (#2205)
jialuoo Oct 29, 2025
3dbee07
chore: Migrate round_op operator to SQLGlot (#2204)
jialuoo Oct 29, 2025
d99f1ef
fix: Improve error handling in blob operations (#2194)
shuoweil Oct 29, 2025
e0ac827
refactor: update geo "spec" and split geo ops in ibis compiler (#2208)
tswast Oct 29, 2025
a538c69
feat: support INFORMATION_SCHEMA views in `read_gbq` (#1895)
tswast Oct 30, 2025
cceb532
Merge branch 'main' into shuowei-anywidget-col
shuoweil Oct 30, 2025
db5d8ea
Revert: Unwanted code changes
shuoweil Oct 30, 2025
3cc643d
Revert "Revert: Unwanted code changes"
shuoweil Oct 30, 2025
39cf595
revert 1 files to match main branch
shuoweil Oct 30, 2025
8c34512
Correctly display DataFrames with JSON columns in anywidget
shuoweil Oct 30, 2025
a86d953
Correctly display DataFrames with JSON columns in anywidget
shuoweil Oct 30, 2025
3173582
add mis-deleted comment back
shuoweil Oct 30, 2025
9c10962
revert unnecessary change
shuoweil Oct 30, 2025
cc6dd64
move helper function to dtypes.py
shuoweil Oct 30, 2025
466fd06
revert unnecessary testcase change
shuoweil Oct 30, 2025
4cbaf15
Improve JSON type handling for to_gbq and to_pandas_batches
shuoweil Oct 30, 2025
2113425
Remove unnecessary comment
shuoweil Oct 31, 2025
b75cb8c
Merge branch 'main' into shuowei-anywidget-col
shuoweil Oct 31, 2025
d97cfac
Merge branch 'main' into shuowei-anywidget-col
shuoweil Nov 4, 2025
e06a9f4
Revert bigframes/dtypes.py and mypy.ini to main branch version
shuoweil Nov 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary comment
  • Loading branch information
shuoweil committed Oct 31, 2025
commit 21134258858d1210d8a9393a59a5eb9d469d585e
6 changes: 0 additions & 6 deletions tests/system/small/test_dataframe_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,6 @@ def test_to_pandas_batches_w_empty_dataframe_json_in_list(session):
assert len(results[0]) == 0


# --- Behavior 2: JSON in Struct ---


def test_to_pandas_batches_w_empty_dataframe_json_in_struct(session):
"""Tests to_pandas_batches() with an empty DataFrame containing a struct of JSON.

Expand All @@ -429,9 +426,6 @@ def test_to_pandas_batches_w_empty_dataframe_json_in_struct(session):
assert len(results[0]) == 0


# --- Behavior 3: Simple JSON ---


def test_to_pandas_batches_w_empty_dataframe_simple_json(session):
"""Tests to_pandas_batches() with an empty DataFrame containing a simple JSON column.

Expand Down