crepererum opened a new pull request, #9366: URL: https://github.com/apache/arrow-datafusion/pull/9366
## Which issue does this PR close? \- ## Rationale for this change Error macros should be hygienic, i.e. they should be self-contained and don't require the user to import additional symbols. ## What changes are included in this PR? 1. make error macros self-contained 2. add regression test 3. fix clippy fall-out ## Are these changes tested? Regression test. ## Are there any user-facing changes? User no longer needs to import `DataFusionError` just to use error macros (e.g. `plan_err!`). -- 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]
