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
NestedExtensionArray.__setitem__'s performance may be improved for a case of a highly-chunked pyarrow array, when just few chunks are being assigned to. In this case the rest of the chunks are going to be reused.
The text was updated successfully, but these errors were encountered:
NestedExtensionArray.__setitem__
's performance may be improved for a case of a highly-chunked pyarrow array, when just few chunks are being assigned to. In this case the rest of the chunks are going to be reused.The text was updated successfully, but these errors were encountered: