getChan commented on PR #15948: URL: https://github.com/apache/datafusion/pull/15948#issuecomment-2853554727
SMJExec already use `SpillManager` at spill write https://github.com/apache/datafusion/blob/11bf46e48acf8d15415e00ace2fb79089e7b88a8/datafusion/physical-plan/src/joins/sort_merge_join.rs#L1439-L1451 but at spill read, direct read spill files https://github.com/apache/datafusion/blob/11bf46e48acf8d15415e00ace2fb79089e7b88a8/datafusion/physical-plan/src/joins/sort_merge_join.rs#L2311-L2316 I will check if using SpillManager is possible. (another issue) -- 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]
