alamb commented on PR #15610: URL: https://github.com/apache/datafusion/pull/15610#issuecomment-2869674992
> I've tried to use this branch to sort data larger than memory. For 24GB parquet file, it produce error `Error: ArrowError(IoError("No space left on device (os error 28)", Os { code: 28, kind: StorageFull, message: "No space left on device" }), None)` (i think this suggest it uses up all 100GB default DiskManager?) We probably need to enable compression for such datasets (parquet is quite a bit more compressed than Arrow) -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org