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 2019/02/15 12:08:24 UTC

[jena] branch master updated (3557ff4 -> b083f40)

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

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


    from 3557ff4  Fix help text for --general
     new c1fc70c  Transformer to optimize subqueries in SDB
     new 7ea5bb6  Improve transformation into unions, fix issue with GRAPH queries
     new 20c0cbe  Fix comment typos and remove non-descriptive javadoc
     new 24ff8f2  Add unit test for SDB Optional/Minus Transform
     new b083f40  Merge pull request #527 from grahamtriggs/feature/sdbtransform

The 7698 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:
 .../src/main/java/org/apache/jena/sdb/SDB.java     |   2 +
 .../TransformOptimizeSubqueryFragments.java        | 395 +++++++++++++++++++++
 .../org/apache/jena/sdb/engine/QueryEngineSDB.java |   8 +-
 .../java/org/apache/jena/sdb/test/SDBTestMisc.java |   4 +-
 .../TestTransformOptimizeSubqueryFragments.java    | 194 ++++++++++
 5 files changed, 601 insertions(+), 2 deletions(-)
 create mode 100644 jena-sdb/src/main/java/org/apache/jena/sdb/compiler/TransformOptimizeSubqueryFragments.java
 create mode 100644 jena-sdb/src/test/java/org/apache/jena/sdb/test/compiler/TestTransformOptimizeSubqueryFragments.java