thorfour opened a new issue, #10781: URL: https://github.com/apache/arrow-rs/issues/10781
### Describe the bug If arrays with empty run_ends are passed into `concat_run_arrays` instead of returning an empty array it passes the empty arrays into the `concat` function which throws an error because it doesn't support empty arrays. ### To Reproduce Pass arrays with empty run_ends into `concat_run_arrays` ### Expected behavior And empty array is returned from the function. ### Additional context _No response_ -- 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]
