You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most, if not all, functions that accept an array will also actually take a ChunkedArray. The stubs don't reflect this. I'm not sure the best way to address it though.
The complication is that pyarrow has concrete Array types like FloatArray but they don't have FloatChunkedArray so it's not super clean to just add.
The text was updated successfully, but these errors were encountered:
Most, if not all, functions that accept an array will also actually take a ChunkedArray. The stubs don't reflect this. I'm not sure the best way to address it though.
The complication is that pyarrow has concrete Array types like FloatArray but they don't have FloatChunkedArray so it's not super clean to just add.
The text was updated successfully, but these errors were encountered: