Skip to content

Conversation

rubywtl
Copy link
Contributor

@rubywtl rubywtl commented Sep 5, 2025

What this PR does:
This PR implements a logical plan fragmenter for distributed query execution. The fragmenter identifies fragments based on remote node markers in the logical plan and creates independent execution units that can be distributed across queriers. It maintains execution dependencies between parent and child fragments

Which issue(s) this PR fixes:
related to distributed query execution proposal

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: rubywtl <rubyharrisonlee@gmail.com>
@rubywtl rubywtl force-pushed the scheduler/logicalplan-fragmenter branch from 8b4f789 to 02fd607 Compare September 5, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant