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

Ports EXCLUDE to resolved plan #1243

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Ports EXCLUDE to resolved plan #1243

merged 3 commits into from
Oct 9, 2023

Conversation

rchowell
Copy link
Contributor

@rchowell rchowell commented Oct 9, 2023

Relevant Issues

#1226

Description

This is a port of Alan's work on EXCLUDE (#1226) to the resolve logical plan.

Other Information

This passes all existing EXCLUDES tests.

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rchowell rchowell requested a review from alancai98 October 9, 2023 21:13
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Conformance comparison report

Base (b0839c7) 23fd3e3 +/-
% Passing 92.33% 92.33% 0.00%
✅ Passing 5372 5372 0
❌ Failing 446 446 0
🔶 Ignored 0 0 0
Total Tests 5818 5818 0

Number passing in both: 5372

Number failing in both: 446

Number passing in Base (b0839c7) but now fail: 0

Number failing in Base (b0839c7) but now pass: 0

Copy link
Member

@alancai98 alancai98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I like the factoring approach you took, splitting the logic between PlanTyper and TypeUtils. Only had a couple minor comments.

Copy link
Member

@alancai98 alancai98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rchowell rchowell merged commit fa364ef into partiql-planner Oct 9, 2023
@rchowell rchowell deleted the planner-exclude branch October 9, 2023 23:05
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.

2 participants