milenkovicm commented on PR #1436: URL: https://github.com/apache/datafusion-ballista/pull/1436#issuecomment-4183662698
This looks really good @martin-g <img width="1726" height="1015" alt="image" src="https://github.com/user-attachments/assets/b89e4750-5c26-420e-84bd-a5634513595c" /> I would suggest to have jobs view as default <img width="1722" height="1003" alt="image" src="https://github.com/user-attachments/assets/500dc0e4-f424-40f4-8bd2-3c63d5a7afe0" /> do we need plan there if there is popup? would it make sense to have per stage statistics (min, max task time, so we can identify partition skew) ? ```bash curl http://localhost:50050/api/job/TvPgc07/stages ``` ``` {"stages":[{"stage_id":"2","stage_status":"Successful","input_rows":42015,"output_rows":1134023,"elapsed_compute":"65.18ms"},{"stage_id":"1","stage_status":"Successful","input_rows":7,"output_rows":968857,"elapsed_compute":"65.78ms"},{"stage_id":"4","stage_status":"Successful","input_rows":12123292,"output_rows":12469236,"elapsed_compute":"8.78s"},{"stage_id":"5","stage_status":"Successful","input_rows":7,"output_rows":524,"elapsed_compute":"7.30ms"},{"stage_id":"6","stage_status":"Successful","input_rows":7,"output_rows":21,"elapsed_compute":"236.92µs"},{"stage_id":"3","stage_status":"Successful","input_rows":1499999,"output_rows":3428164,"elapsed_compute":"12ns"}]}% ``` we can provide what we have at the moment and we could add task info later <img width="1721" height="1001" alt="image" src="https://github.com/user-attachments/assets/29c1cb34-9411-44c0-9df4-24dd276a8fd3" /> plan popup is good, it scrolls, can we make lines not to wrap, it would improve readability -- 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]
