apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.57k stars 3.54k forks source link

[C++] Detect unauthorized memory allocations in function kernels #17251

Open asfimport opened 4 years ago

asfimport commented 4 years ago

If a function has been configured to preallocate space, then executing the kernel should not replace the preallocated buffer during execution – this is an implementation error. Detecting this would be relatively easy and improve debugging for kernel implementers

Reporter: Wes McKinney / @wesm

Related issues:

Note: This issue was originally created as ARROW-9285. Please see the migration documentation for further details.

asfimport commented 2 years ago

Krisztian Szucs / @kszucs: Postponing to 8.0 since the PR is in draft state.

asfimport commented 2 years ago

Apache Arrow JIRA Bot: This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned per project policy. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.