JonasDann opened a new issue, #47271: URL: https://github.com/apache/arrow/issues/47271
### Describe the bug, including details regarding any error messages, version, and platform. The buffers returned by the filter node use the default memory pool instead of the memory pool from the exec context. This is because the filter node does not pass the exec context to the filter function. I already found the fix and will submit a pull request. ### 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]
