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


##########
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 {
+                    address: flight_proxy_address,
+                } = scheduler
+                    .get_flight_endpoint_info(FlightEndpointInfoParams {})
+                    .await
+                    .map_err(|e| DataFusionError::Execution(format!("{e:?}")))?

Review Comment:
   obsolete with sending the flight-endpoint as part of the job status



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