xuchen-plus commented on issue #12136: URL: https://github.com/apache/datafusion/issues/12136#issuecomment-2644444317
> [@2010YOUY01](https://github.com/2010YOUY01) Your solution does not work for me. I did play around with `sort_spill_reservation_bytes` when I originally encountered this but couldn't find a way to get it to work. [Here](https://github.com/apache/datafusion/commit/6acc39e6e6edae0c33f242d80754ee3b5690614c) is a reproducer that uses a 100MB memory budget and fails for all values of `sort_spill_reservation_bytes` between 1 and 100 MB. It might be that I am configuring things or using something improperly however. This reproducer can also run successfully by disabling string view via `session_config.options_mut().execution.parquet.schema_force_view_types = false;` and set `sort_spill_reservation_bytes` to 16MB. -- 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]
