rok commented on issue #42159: URL: https://github.com/apache/arrow/issues/42159#issuecomment-2170464485
Thanks for reporting this @Tunneller. Run-end encoding should work if you try: `arr.to_numpy(zero_copy_only=False)`. Implication being that if your original array was chunked data will be copied when creating the new numpy array. I'm not familiar with the bigquery interface. Could you provide more information about what `q` is? -- 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]
