Skip to content

Commit 5a2c692

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)