brancz opened a new pull request, #7487: URL: https://github.com/apache/arrow-rs/pull/7487
It's unclear whether the added work and complexity of merging the last run between consecutive arrays with the first one of the next array being concatenanted is worth the potential benefit. For now this implementation focuses on the ability to concatenate `RunArray`s in the first place. Part of https://github.com/apache/datafusion/issues/16011 # What changes are included in this PR? Support for concatenating `RunArray`s. # Are there any user-facing changes? No, this is strictly additive and doesn't even add any new APIs, just adds support for `RunArray`s in an existing API. @alamb -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org