gittihub-jpg opened a new pull request, #1703:
URL: https://github.com/apache/datafusion-ballista/pull/1703

   Closes #1696
   
   # Rationale for this change
   The REST API currently filters out active jobs, limiting observability into 
the scheduler's real-time state. This update exposes running jobs alongside 
completed ones to provide complete visibility without altering existing client 
workflows.
   
   # What changes are included in this PR?
   Updated job query logic to include `running` status in the state filter.
   
   # Special notes
   - `ballista/scheduler/src/api/handlers.rs`: Modified `/api/jobs` GET handler 
to include `running` status in the state filter query.
   - `ballista/scheduler/src/routes.rs` & `mod.rs`: Verified route definitions 
and module exports remain intact.
   - [x] Backwards compatible


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