felipecrv commented on PR #41189: URL: https://github.com/apache/arrow/pull/41189#issuecomment-2057811021
Fixing these bugs require fixing the `Cast` kernel when the source is a fixed-size list because it currently relies on the values array having nulls on these empty values. Example: casting a fixed-size list of strings to integer fails due to empty strings not casting successfully to int. I’m working on the fix. It’s something that would be necessary even without this change in the builder. -- 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]
