Add task progression tracking in ddf console#330
Open
EdsonPetry wants to merge 15 commits intodatafusion-contrib:mainfrom
Open
Add task progression tracking in ddf console#330EdsonPetry wants to merge 15 commits intodatafusion-contrib:mainfrom
EdsonPetry wants to merge 15 commits intodatafusion-contrib:mainfrom
Conversation
- console now connects to workers with a RegisterWorker rpc
- discovery only needs to be implemented on the client side
- added examples in console/examples
- seperated console source files into ui, app, and main
- tasks upon completion are removed from the TTL Map which was causing progress bars to shrink and grow with the number of the tasks being worked on, not the number of tasks completed
gabotechs
reviewed
Jan 30, 2026
Collaborator
gabotechs
left a comment
There was a problem hiding this comment.
I have not done a full review of the PR, I just took a quick first look and everything looks really promising!
I just have one comment about one challenge that we might not have anticipated, that would require a relatively major adaptation probably in a separate PR, so for now I'll just leave that comment.
I think this is about to get a bit complicated in a very data structure/algorithmic way...
e42c4aa to
a75598e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GetTaskProgressRPCRegisterWorkersRPC for worker discoveryconsole/examples/console.md)console/src/main.rs,console/src/app.rs,console/src/ui.rs)See
console/examples/tpcds_runner.mdand run TPC-DS query 99 for a good example of the console in actionOther changes
TaskDataTaskDataStageKey