2010YOUY01 opened a new issue, #16921: URL: https://github.com/apache/datafusion/issues/16921
### Is your feature request related to a problem or challenge? For external executions, the query might write temporary data to disk, and clean them up before the query finished. Now the temporary path is only configurable through raw Rust code, it would be easier to set if we also support that through config API: ``` SET datafusion.runtime.temp_dir = '/ssd/temp'; select * from very_large_table order by c1; ``` Here is a initial PR to set runtime config through configuration API: https://github.com/apache/datafusion/pull/15594 DuckDB's equivalent configuration (see `temp_directory`): https://duckdb.org/docs/stable/configuration/overview.html ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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.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