-
Notifications
You must be signed in to change notification settings - Fork 63
Adds PIVOT and SCAN_INDEXED to evaluation engine #1296
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
Conversation
partiql-planner/src/main/kotlin/org/partiql/planner/internal/typer/PlanTyper.kt
Outdated
Show resolved
Hide resolved
Waiting to rebase on #1297 |
partiql-eval/src/main/kotlin/org/partiql/eval/internal/operator/rel/RelScanIndexed.kt
Outdated
Show resolved
Hide resolved
partiql-eval/src/test/kotlin/org/partiql/eval/internal/PartiQLEngineDefaultTest.kt
Outdated
Show resolved
Hide resolved
Conformance comparison report
Number passing in both: 5384 Number failing in both: 434 Number passing in Base (ff60c72) but now fail: 0 Number failing in Base (ff60c72) but now pass: 0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## partiql-eval #1296 +/- ##
===============================================
Coverage ? 49.27%
Complexity ? 1046
===============================================
Files ? 166
Lines ? 13393
Branches ? 2500
===============================================
Hits ? 6600
Misses ? 6136
Partials ? 657
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Will rebase on #1305 |
Replaced by #1316 |
Description
Other Information
Updated Unreleased Section in CHANGELOG: [YES/NO]
No
Any backward-incompatible changes? [YES/NO]
No
Any new external dependencies? [YES/NO]
No
Do your changes comply with the Contributing Guidelines
and Code Style Guidelines? [YES/NO]
Yes
License Information
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.