nuno-faria commented on PR #19316: URL: https://github.com/apache/datafusion/pull/19316#issuecomment-3986727448
@alamb thanks for the review. I also get the concerns of polluting `stdout` with plans, and in my case I would be setting `datafusion.explain.auto_explain_output` pointed to some file to avoid this with the auto_explain enabled. It was a way to simulate the auto_explain of Postgres, but since DataFusion does not have a default log, it had to be `stdout/stderr` (or fail if a file is not provided). As for exposing it only in `datafusion-cli`, in my case it would be less useful, as I'm using the library directly. I will have to look at the Observer suggestion once I get the time. -- 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]
