AlenkaF commented on issue #40319: URL: https://github.com/apache/arrow/issues/40319#issuecomment-1980857027
Thanks for reporting @vyasr! I am actually getting a segfault when running the code locally. Unfortunately lldb is not giving me much extra information than this: ```python ``` ``` /Users/alenkafrim/repos/arrow/python/pyarrow/src/arrow/python/python_to_arrow.cc:532: Check failed: (size) >= (offset) ``` https://github.com/apache/arrow/blob/ee1a8c39a55f3543a82fed900dadca791f6e9f88/python/pyarrow/src/arrow/python/python_to_arrow.cc#L532 -- 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]
