comphead commented on issue #13642: URL: https://github.com/apache/datafusion/issues/13642#issuecomment-2524709601
Thanks for the flamegraph, indeed looks like it happens when dealing with working with `PartitionedStream`. namely in ``` let cursor = self.convert_batch(&batch)?; ``` and `type CursorStream<C> = Box<dyn PartitionedStream<Output = Result<(C, RecordBatch)>>>;` so it explains -- 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]
