-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add direct tests for predicate pushdown optimizer (#1303)
This addresses the testing gap around the cases covered by the logic internal to the PredicatePushdownOptimizer. It's rather difficult to hand-construct dataflow plans, so these rely on snapshots of DataflowPlan text output for some carefully selected queries which are known to cover the code paths in question.
- Loading branch information
Showing
19 changed files
with
5,457 additions
and
3 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
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
Oops, something went wrong.