sebbegg commented on code in PR #1351:
URL:
https://github.com/apache/datafusion-ballista/pull/1351#discussion_r2721790280
##########
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:
Thanks 👍
Looks good:
```console
% cargo run --bin ballista-scheduler -- --advertise-flight-sql-endpoint
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
Running `target/debug/ballista-scheduler
--advertise-flight-sql-endpoint`
2026-01-23T15:44:14.805527Z INFO main ThreadId(01)
ballista_scheduler::scheduler_process: Ballista v51.0.0 Scheduler listening on
0.0.0.0:50050
2026-01-23T15:44:14.805652Z INFO main ThreadId(01)
ballista_scheduler::scheduler_process: Starting Scheduler grpc server with task
scheduling policy of PullStaged
2026-01-23T15:44:14.808318Z INFO main ThreadId(01)
ballista_scheduler::scheduler_server::query_stage_scheduler: Starting
QueryStageScheduler
2026-01-23T15:44:14.809134Z INFO tokio-runtime-worker ThreadId(11)
ballista_core::event_loop: Starting the event loop query_stage
2026-01-23T15:44:14.810022Z INFO main ThreadId(01)
ballista_scheduler::scheduler_process: Adding embedded flight proxy service on
scheduler
```
--
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]