Federated Plan Computation & Optimization in Program-Level Fed Planner#2238
Closed
min-guk wants to merge 9 commits intoapache:mainfrom
Closed
Federated Plan Computation & Optimization in Program-Level Fed Planner#2238min-guk wants to merge 9 commits intoapache:mainfrom
min-guk wants to merge 9 commits intoapache:mainfrom
Conversation
Contributor
|
LGTM - thanks for the patch @min-guk and sorry for the delay. During the merge I moved the group to staging, and fixed the formatting of java classes (tabs over spaces), missing license header in new python files, and a java doc issue. |
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.
Overview
This PR enhances Program-Level Fed Planner by improving federated plan computation, cost modeling, visualization, and redundant
TWrite/TReadhandling.1. Federated Plan Computation
DMLProgram.TWrite/TRead:TransTable(Map<String, Hop>) to trackTWrite.TransTableand connects atTRead.2. Cost Model & Optimization
whileblock: ×10ifblock: ×0.5ifinsidewhile→ 1 × 10 × 0.5 = 53. Federated Plan Visualization
4. Handling Redundant
TWrite/TReadin If-Else BlocksTWriteoccurs in bothifandelse, butTReadneeds both inputs.5. Hop DAG Disconnection Fixes
TWritein Predicates:TWrite predto root dummy node.print):TWriteNot Used Outside:6.
TWrite/TReadConstraint HandlingTWriteOp → TWrite)TWriteTWrite → TRead)TReadTRead → Parent)TRead