Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 5a2c692

Browse files
committed
remove the special handle for the list when setting the pyarrow nullable schema setting
1 parent 342280c commit 5a2c692

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bigframes/core/local_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def from_pyarrow(
9494
pyarrow.field(
9595
item.column,
9696
pa_type,
97-
nullable=not pyarrow.types.is_list(pa_type),
9897
)
9998
)
10099
pa_schema = pyarrow.schema(pa_fields)

0 commit comments

Comments
 (0)