jorisvandenbossche commented on issue #40538: URL: https://github.com/apache/arrow/issues/40538#issuecomment-1999320818
But indeed it's because pandas returns a ChunkedArray with 0 chunks to pyarrow, that we don't unpack that to the single chunk Array, because of: https://github.com/apache/arrow/blob/54ff758a4570d9eeed9f6195dccdc21dcfe8d6d7/python/pyarrow/array.pxi#L116-L118 in the code handling objects with an `__arrow_array__` method. -- 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]
