AlenkaF commented on issue #41756: URL: https://github.com/apache/arrow/issues/41756#issuecomment-4405583191
I propose to close this issue as a duplicate of https://github.com/apache/arrow/issues/37004 and track the progress there. I asked Copilot to compare backtraces from both issues and went through the result. It does seem that, in both cases, when casting an extension type with list-based storage, the cast kernel produces `ArrayData` with the correct type but drops the child data. When the extension type then tries to wrap this into an `ExtensionArray` and calls `MakeArray`, it tries to construct a list array from that incomplete `ArrayData` and crashes. -- 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]
