zanmato1984 opened a new issue, #47332: URL: https://github.com/apache/arrow/issues/47332
### Describe the bug, including details regarding any error messages, version, and platform. Note the code https://github.com/apache/arrow/blob/cd8e6774dd02e1a32325c851c85a931276616cc2/cpp/src/arrow/compute/expression.cc#L798-L800 The `std::move(arguments)` is obviously problematic as `arguments` is still needed down in `WrapResults`. This actually causes the `WrapResults`, which is supposed to recover the output chunked shape, sees empty arguments thus doesn't do the shape recovery. ### Component(s) C++ -- 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]
