Aklakan opened a new pull request, #2925: URL: https://github.com/apache/jena/pull/2925
…on tables, enhanced QueryExec API for easier testing. GitHub issue resolved #2896 Pull request Description: * Added more test cases with LATERAL * Fixed nested laterals by merging compatible bindings in `QueryIterLateral` * Disabled scope checks for BIND and VALUES to make some tests work according to my understanding (I may be wrong and this might have to be removed from the PR) * Added a few shorthands to the QueryExecBuilder API: Its now possible to write `QueryExec.emptyDataset().query("SELECT ...").table()` to obtain a detached in-memory table without having to close anything. ---- - [x] Tests are included. - [x] Commits have been squashed to remove intermediate development commit messages. - [x] Key commit messages start with the issue number (GH-xxxx) By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). ---- See the [Apache Jena "Contributing" guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org