AnkitAhlawat7742 opened a new pull request, #50016: URL: https://github.com/apache/arrow/pull/50016
### Fix : #50012 ### Rationale for this change When data exceeds int32 limits, properly wraps each chunk as ExtensionArray ### What changes are included in this PR? Modified extension type handling to support both Array and ChunkedArray storage types. ### Are these changes tested? Yes , Manually tested the changes ### Are there any user-facing changes? No ### This PR contains a "Critical Fix". This change fixes a crash in list_ storage . when list data exceeds int32 limits, PyArrow automatically creates a ChunkedArray. However, ExtensionArray.from_storage() only accepts Array objects, not ChunkedArray. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
