geoffreyclaude commented on PR #14547: URL: https://github.com/apache/datafusion/pull/14547#issuecomment-2697021679
@alamb: I've gone ahead and refactored to allow "injecting" the tracing behavior at runtime. As predicted, the code is a bit scary looking, especially due to the Box/Unbox dance needed to get static Sized closures. But it works (see `datafusion-examples/examples/tracing.rs`) without needing the `tracing` crate (optionally or not) inside `datafusion-common-runtime`! -- 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