neilconway opened a new pull request, #23679:
URL: https://github.com/apache/datafusion/pull/23679

   ## Which issue does this PR close?
   
   - Closes: N/A
   
   ## Rationale for this change
   
   There are a reasonable number of places where we have functions marked as 
`async` that don't need to be so. Fix this by enabling the `unused_async` lint, 
and fixing up the resulting breakage. There are a handful of spots that need an 
`expect(clippy::unused_async)` -- mostly mocks of `async` methods and example 
code.
   
   ## What changes are included in this PR?
   
   * Enable `unused_async` lint
   * Remove unnecessary `async` annotations in a bunch of places
   * Add `expect(clippy::unused_async)` where necessary
   
   
   ## Are these changes tested?
   
   Yes, covered by existing tests (no behavioral change expected).
   
   ## Are there any user-facing changes?
   
   Yes: this PR updates a few public APIs. If desired, the public API changes 
can be reverted.
   


-- 
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]

Reply via email to