milenkovicm commented on code in PR #1351:
URL: 
https://github.com/apache/datafusion-ballista/pull/1351#discussion_r2634726171


##########
ballista/core/src/execution_plans/distributed_query.rs:
##########
@@ -360,9 +363,22 @@ async fn execute_query(
                 let duration = Duration::from_millis(duration);
 
                 info!("Job {job_id} finished executing in {duration:?} ");
+                let FlightEndpointInfo {

Review Comment:
   I dont think we should do a round trip to fetch endpoint info. Could we add 
optional response parameter in `message SuccessfulJob` ? and if it is present 
do a proxy request? 



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