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


##########
ballista/core/proto/ballista.proto:
##########
@@ -642,6 +642,7 @@ message JobStatus {
 
 message GetJobStatusResult {
   JobStatus status = 1;
+  optional string flight_proxy = 2;

Review Comment:
   yes something like that, 
   perhaps,
   ```
   oneof flight_proxy {
       bool local = 1; 
       string external = 4;
   }
   ```
   
   something like that 



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