martin-g opened a new pull request, #1574: URL: https://github.com/apache/datafusion-ballista/pull/1574
# Which issue does this PR close? Closes #1551 # Rationale for this change #1543 exposed some more data about the job's stages and their tasks. This PR visualizes this data in the TUI application. # What changes are included in this PR? In the Jobs page when a successful job is selected pressing `Enter` will open a popup with the job's stages details rendered in a table. Selecting a stage and pressing `Enter` will open a new popup with the stage's tasks details. Use `Esc` to close any of the popups and to return to the previous view. # Are there any user-facing changes? More data is shown in the TUI app. -- 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]
