You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/08/09 12:02:28 UTC

[jena] branch main updated (98e55dc42e -> 425b99b06d)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from 98e55dc42e Merge pull request #1315 from Aklakan/gh-1314
     new ec1d9de33e JENA-2342: Only consider group variables
     new fcc33e4d7c Clean-up whitespace
     new 425b99b06d Merge pull request #1471 from afs/jena2342-group-vars

The 10129 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/jena/sparql/algebra/OpVars.java     | 324 ++++++++++++---------
 .../org/apache/jena/sparql/algebra/OpWalker.java   |  97 +++---
 .../optimize/TransformFilterImplicitJoin.java      |  24 +-
 .../optimize/TransformImplicitLeftJoin.java        |  11 +-
 .../org/apache/jena/sparql/core/VarExprList.java   | 191 ++++++------
 .../apache/jena/sparql/expr/ExprAggregator.java    | 171 ++++++-----
 .../org/apache/jena/sparql/algebra/TestOpVars.java |  69 +++--
 7 files changed, 485 insertions(+), 402 deletions(-)