jorisvandenbossche commented on issue #34354: URL: https://github.com/apache/arrow/issues/34354#issuecomment-1453810015
There is quite some discussion on this topic in https://github.com/apache/arrow/issues/28694 (it's indeed slower because we currently do this in python space and especially wrapping each element in a Scalar object before converting to python object). The issue has some discussion on moving this into C++. https://github.com/apache/arrow/pull/11302 also implemented to_pylist in C++ specifically for the new MonthDayNano type. I think we can close this issue in favor of https://github.com/apache/arrow/issues/28694 -- 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]
