milenkovicm commented on code in PR #1351:
URL:
https://github.com/apache/datafusion-ballista/pull/1351#discussion_r2678842263
##########
ballista/core/src/execution_plans/distributed_query.rs:
##########
@@ -327,7 +328,10 @@ async fn execute_query(
let mut prev_status: Option<job_status::Status> = None;
loop {
- let GetJobStatusResult { status } = scheduler
+ let GetJobStatusResult {
+ status,
+ flight_endpoint,
Review Comment:
not sure should we use Some("") or we have proto enums to represent proxy
cases
--
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]