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


##########
ballista/scheduler/src/config.rs:
##########
@@ -41,7 +41,7 @@ pub struct Config {
     /// Route for proxying flight results via scheduler (IP:PORT format).
     #[arg(

Review Comment:
   ```
   #[arg(
           long,
           num_args = 0..=1,
           default_missing_value = "",
           help = "Route for proxying flight results via scheduler. Use 
'HOST:PORT' to let clients fetch results from the specified address. If empty a 
flight proxy will be started on the scheduler host and port."
       )]
   ```



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