comphead commented on code in PR #15946: URL: https://github.com/apache/datafusion/pull/15946#discussion_r2073715315
########## datafusion/common/src/error.rs: ########## @@ -808,12 +808,18 @@ make_error!(plan_err, plan_datafusion_err, Plan); // Exposes a macro to create `DataFusionError::Internal` with optional backtrace make_error!(internal_err, internal_datafusion_err, Internal); +// Exposes a macro to create `DataFusionError::IoError` with optional backtrace +make_error!(external_err, external_datafusion_err, External); Review Comment: wasn't there any current usage of this error types it to replace with macros? -- 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