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 f336b56  Merge pull request #621 from afs/jena-1770_spill
     new 0394232  Clean out old commented code.
     new 1b1c9ad  JENA-1771: Pass sort conditions to distinct execution for 
spill.
     new 8ced15f  Merge pull request #623 from 
afs/jena-1771_spill-distinct-order

The 8078 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:
 .../jena/sparql/algebra/AlgebraGenerator.java      | 46 +---------------
 .../apache/jena/sparql/algebra/table/TableN.java   |  5 ++
 .../sparql/engine/iterator/QueryIterDistinct.java  | 15 ++++--
 .../apache/jena/sparql/engine/main/OpExecutor.java | 14 ++++-
 .../jena/sparql/engine/ref/EvaluatorSimple.java    |  3 +-
 .../sparql/engine/iterator/TS_QueryIterators.java  |  1 +
 .../sparql/engine/iterator/TestCancelDistinct.java |  8 +--
 .../engine/iterator/TestDataBagDistinctOrder.java  | 62 ++++++++++++++++++++++
 .../engine/iterator/TestDistinctDataBag.java       |  2 +-
 .../iterator/TestDistinctDataBagLimited.java       |  2 +-
 .../data-2.ttl => Extra/sort-distinct-data.ttl}    |  5 ++
 11 files changed, 107 insertions(+), 56 deletions(-)
 create mode 100644 
jena-arq/src/test/java/org/apache/jena/sparql/engine/iterator/TestDataBagDistinctOrder.java
 copy jena-arq/testing/ARQ/{Optimization/data-2.ttl => 
Extra/sort-distinct-data.ttl} (84%)

Reply via email to