JarroVGIT opened a new pull request, #1848:
URL: https://github.com/apache/datafusion-ballista/pull/1848
# Which issue does this PR close?
Closes #1847
# Rationale for this change
Inconsistent usage of `#[tonic::async_trait]`, `#[async_trait]` and
`#[async_trait::async_trait]` leads to unnecessary cognitive load on developer.
# What changes are included in this PR?
- Changed all `#[async_trait]` into `#[async_trait::async_trait]` and
removed the `use async_trait::async_trait;` statements.
- Changed two occurences of `#[tonic::async_trait]` to
`#[async_trait::async_trait]` on trait definitions that are not gRPC related.
# Are there any user-facing changes?
No.
--
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]