thinkharderdev commented on code in PR #560:
URL: https://github.com/apache/arrow-ballista/pull/560#discussion_r1082613818
##########
ballista/core/src/serde/generated/ballista.rs:
##########
@@ -1985,7 +1985,7 @@ pub mod executor_grpc_client {
pub mod scheduler_grpc_server {
#![allow(unused_variables, dead_code, missing_docs,
clippy::let_unit_value)]
use tonic::codegen::*;
- /// Generated trait containing gRPC methods that should be implemented for
use with SchedulerGrpcServer.
+ ///Generated trait containing gRPC methods that should be implemented for
use with SchedulerGrpcServer.
Review Comment:
I think it was so the project played nicely with IDEs (some of which do not
evaluate proc 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]