Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple logical query plan compare function #840

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

baitsguy
Copy link
Contributor

@baitsguy baitsguy commented Sep 24, 2024

Helps you get some sense of how 2 query plans compare, will let you do regression testings, planner comparisons. We'll probably iterate on the actual comparisons we do as we use this

Note: This doesn't validate functional equality. For e.g. 2 filter operations reversed in order might mean the same thing but this function will detect a difference.

Verified

This commit was signed with the committer’s verified signature.
mistic Tiago Costa

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
@baitsguy baitsguy requested a review from mdwelsh September 24, 2024 21:28
@baitsguy baitsguy marked this pull request as ready for review September 24, 2024 21:28

Verified

This commit was signed with the committer’s verified signature.
mistic Tiago Costa
@baitsguy baitsguy requested a review from mdwelsh September 24, 2024 23:58
@baitsguy baitsguy enabled auto-merge (squash) September 25, 2024 00:03

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
@baitsguy baitsguy merged commit 23747b1 into main Sep 25, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants