We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342280c commit 5a2c692Copy full SHA for 5a2c692
bigframes/core/local_data.py
@@ -94,7 +94,6 @@ def from_pyarrow(
94
pyarrow.field(
95
item.column,
96
pa_type,
97
- nullable=not pyarrow.types.is_list(pa_type),
98
)
99
100
pa_schema = pyarrow.schema(pa_fields)
0 commit comments