-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new functionality to the verifier to allow explain verification. For each query pairs to be verified, explain both control and test, and compare the query plans. Verification is marked as succeeded as long as the test query can be explained. Introduced a new field matchType in the output event, which can be used to indicate whether there is plan difference. For non-DML queries, we don't care much about plan difference and hence the control query and plan comparison are skipped.
- Loading branch information
1 parent
b388a1b
commit 710f04e
Showing
16 changed files
with
616 additions
and
92 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.