rluvaton opened a new issue, #3532: URL: https://github.com/apache/datafusion-comet/issues/3532
Looking at the code, it seems like there might be a memory leak when there are errors, probably there are more https://github.com/apache/datafusion-comet/blob/d3ea9fdd505fdda71c8de4b3d2021a4ba1f99ae1/native/core/src/execution/operators/scan.rs#L205C41-L205C51 I think there should be some more robust way to handle arrow over FFI that avoid memory leaks (maybe move all JNI arrow stuff behind a guard that on drop will release the memory or calling `to_owned` will take the memory) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
