Re: [I] [C++] Lengthy destruction of ScannerRecordBatchReader [arrow]
akitow commented on issue #40653: URL: https://github.com/apache/arrow/issues/40653#issuecomment-2716386274 In the use case where I want to preview the first 10 lines of a file with more than 1 million lines, this bug becomes apparent. 😠-- 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]
Re: [I] [C++] Lengthy destruction of ScannerRecordBatchReader [arrow]
pitrou commented on issue #40653: URL: https://github.com/apache/arrow/issues/40653#issuecomment-2358697391 @westonpace might want to elaborate on what kind of "resource leakage" these comments allude to. Looking at the `SerialExecutor` implementation, there doesn't seem to be an obvious cause for resource leaks. -- 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]
Re: [I] [C++] Lengthy destruction of ScannerRecordBatchReader [arrow]
pitrou commented on issue #40653: URL: https://github.com/apache/arrow/issues/40653#issuecomment-2009956050 @bkietz -- 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]
