-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pruning of correlation list from project-off rule
Do not prune correlation list in PruneCorrelatedJoinColumns rule. Pruning of correlation list should not be responsibility of a project-off rule. It does not require or use outer context. It is now done in the rule PruneCorrelatedJoinCorrelation. Moving this functionality to another rule was necessary to complete migration of PruneUnreferencedOutputs optimizer to iterative rules.
- Loading branch information
Showing
2 changed files
with
12 additions
and
64 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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