andygrove opened a new issue, #2145: URL: https://github.com/apache/datafusion-comet/issues/2145
### Describe the bug From Claude Code ### 3. **MEDIUM RISK: False Memory Leak Detection** **Location**: `spark/src/main/scala/org/apache/comet/CometExecIterator.scala` ```scala // The allocator thoughts the exported ArrowArray and ArrowSchema structs are not released, // so it will report: // Caused by: java.lang.IllegalStateException: Memory was leaked by query. ``` **Risk**: - Debugging complexity due to false positives - Potential masking of real memory leaks - Could lead to disabled leak detection **Mitigation**: Extensive comments explain the issue, but no technical solution implemented ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org