Skip to content

Feature/471 next query legacy execution#480

Merged
remiceres merged 2 commits into
feature/corese-nextfrom
feature/471-next-query-legacy-execution
Jul 3, 2026
Merged

Feature/471 next query legacy execution#480
remiceres merged 2 commits into
feature/corese-nextfrom
feature/471-next-query-legacy-execution

Conversation

@remiceres

@remiceres remiceres commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This PR adds coverage for #471.

It verifies that SELECT queries parsed by the Corese-next parser and compiled into a next KGRAM Query can be executed by the legacy QueryProcess over a legacy Graph.

It also fixes the KGRAM representation of variable predicates: a pattern like ?s ?p ?o now exposes the KGRAM root property as the edge node and ?p as the edge variable.

@remiceres remiceres added the Refactoring Issue created during the 2025 refactoring effort label Jul 2, 2026
@remiceres remiceres self-assigned this Jul 2, 2026
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Overall Project 50.09% -0.01% 🍏
Files changed 74.47% 🍏

File Coverage
AstBackedEdge.java 84.8% -8.8% 🍏
KgramNodes.java 72.22% -27.78% 🍏

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Test Results

  428 files    428 suites   21s ⏱️
2 426 tests 2 426 ✅ 0 💤 0 ❌
2 440 runs  2 440 ✅ 0 💤 0 ❌

Results for commit d1425ec.

@remiceres remiceres merged commit 559e0be into feature/corese-next Jul 3, 2026
2 checks passed
@remiceres remiceres deleted the feature/471-next-query-legacy-execution branch July 3, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactoring Issue created during the 2025 refactoring effort

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BRIDGE] Test basic ?s ?p ?o query generated from the new parser to the old engine

2 participants