rohan-shah-nearmap commented on issue #45385: URL: https://github.com/apache/arrow/issues/45385#issuecomment-2623270040
I should add that the chunks of the fragmented array all seem to point to the same underlying array, unsure if that is relevant. ``` >>> arrays[0].chunks[1].buffers() [<pyarrow.Buffer address=0x3ffebfd0000 size=138890 is_cpu=True is_mutable=True>, <pyarrow.Buffer address=0x3fe0ffc0c80 size=76 is_cpu=True is_mutable=True>, <pyarrow.Buffer address=0x40304020000 size=70755558 is_cpu=True is_mutable=True>] >>> arrays[0].chunks[2].buffers() [<pyarrow.Buffer address=0x3ffebfd0000 size=138890 is_cpu=True is_mutable=True>, <pyarrow.Buffer address=0x3fe0ffc0880 size=112 is_cpu=True is_mutable=True>, <pyarrow.Buffer address=0x40304020000 size=70755558 is_cpu=True is_mutable=True>] >>> arrays[0].chunks[4].buffers() [<pyarrow.Buffer address=0x3ffebfd0000 size=138890 is_cpu=True is_mutable=True>, <pyarrow.Buffer address=0x4025ffe0d80 size=184 is_cpu=True is_mutable=True>, <pyarrow.Buffer address=0x40304020000 size=70755558 is_cpu=True is_mutable=True>] ``` -- 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]
