swanandx commented on issue #17340: URL: https://github.com/apache/datafusion/issues/17340#issuecomment-4497490305
using rust ``` WARN datafusion_physical_plan::spill: Record batch memory usage (3485712 bytes) exceeds the expected limit (3481600 bytes) by more than the allowed tolerance (4096 bytes). This likely indicates a bug in memory accounting during spilling. Please report this issue in https://github.com/apache/datafusion/issues/17340. log.target="datafusion_physical_plan::spill" log.module_path="datafusion_physical_plan::spill" log.file="/Users/../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datafusion-physical-plan-52.5.0/src/spill/mod.rs" log.line=157 ``` do we have resolution / possible fix for this? -- 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]
