avantgardnerio commented on code in PR #93:
URL: https://github.com/apache/arrow-ballista/pull/93#discussion_r929067625
##########
ballista/rust/scheduler/src/main.rs:
##########
@@ -100,10 +102,15 @@ async fn start_server(
let scheduler_grpc_server =
SchedulerGrpcServer::new(scheduler_server.clone());
+ let flight_sql_server =
FlightServiceServer::new(FlightSqlServiceImpl::new(
+ scheduler_server.clone(),
Review Comment:
Again, cloning the whole server seems wrong, but this PR isn't the first to
do so. Is there something I'm missing here?
--
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]