comphead commented on PR #19360: URL: https://github.com/apache/datafusion/pull/19360#issuecomment-3662857817
I checked PR in `datafusion-cli` with TPCDS q99 which takes some time to execute and having 3-4 joins. Having started the query I can see CPU usage for `top -pid $(pgrep datafusion-cli)` but once Ctrl+C I can see 0 usage, so likely the query was cancelled and released resources. For main I can see the same behavior, but resources released perhaps couple of seconds later. -- 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]
