-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interface for physical plan invariant checking. (#13986)
* feat(13652): provide interfaces for checking physical plan invariants, and perform check as part of the default physical planner * feat(13652): define PhysicalOptimizerRule::executable_check interface which allows each optimizer rule to state the of the output plan * feat(13652): perform invariant checking on the execution plan, conditionally based upon the expected/stated behavior of the optimizer rule * test: update tests to reflect updated invariant checking paradigm * Revert "feat(13652): define PhysicalOptimizerRule::executable_check interface which allows each optimizer rule to state the of the output plan" This reverts commit 5760792. * Revert "test: update tests to reflect updated invariant checking paradigm" This reverts commit ad15c85. * refactor: remove vestiges of sanity_check from the InvariantChecker * refactor: introduce Invariant levels, and make explicit how the post-optimization checker should be run * feat: provide invariant for UnionExec * chore: update docs and error messages
- Loading branch information
Showing
3 changed files
with
367 additions
and
15 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
Oops, something went wrong.