wiredfool commented on issue #620: URL: https://github.com/apache/arrow-nanoarrow/issues/620#issuecomment-3095875823
I suspect that this is the underlying issue that I'm having creating an array of fixed_size_list integers in python. https://github.com/python-pillow/Pillow/pull/9099/commits/28c7645d8bab0a746f60e37cbfde1c79b8f69ca9#diff-2b7e1354bbc9d9f7c7c363bad3ebcbcbeb5fc0ad3b8f86df6d46037bfaef51eaR219 ``` An error occurred whilst converting CBuffer to nanoarrow.c_array: Can't build array of type fixed_size_list from PyBuffer ``` and ``` An error occurred whilst converting list to nanoarrow.c_array: Can't build array of type fixed_size_list from iterable ``` -- 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]
