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/11/15 12:42:13 UTC

[jena] branch master updated (d15288a -> bed564b)

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 d15288a  Merge pull request #628 from afs/jena1776-rdfconnection
     new 945143d  JENA-1778: Hide system vars in COUNT(DISTINCT *)
     new bb84952  Test for COUNT(DISTINCT expr)
     new bed564b  Merge pull request #630 from afs/jena1778-distinct

The 8089 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:
 .../expr/aggregate/AccumulatorDistinctAll.java     | 43 ----------------------
 .../sparql/expr/aggregate/AccumulatorExpr.java     |  2 +-
 .../sparql/expr/aggregate/AggCountDistinct.java    | 38 +++++++++++++------
 .../sparql/expr/aggregate/AggCountVarDistinct.java | 32 +++++++++-------
 .../testing/ARQ/Extra/count-distinct-expr.rq       |  6 +--
 jena-arq/testing/ARQ/Extra/count-distinct-expr.srj | 12 ++++++
 jena-arq/testing/ARQ/Extra/count-distinct-star.rq  |  6 +++
 jena-arq/testing/ARQ/Extra/count-distinct-star.srj | 12 ++++++
 .../testing/ARQ/Extra/data-count-distinct-expr.ttl | 11 ++++++
 .../testing/ARQ/Extra/data-count-distinct-star.ttl | 11 ++++++
 jena-arq/testing/ARQ/Extra/manifest.ttl            | 14 +++++++
 11 files changed, 115 insertions(+), 72 deletions(-)
 delete mode 100644 jena-arq/src/main/java/org/apache/jena/sparql/expr/aggregate/AccumulatorDistinctAll.java
 copy jena-rdfconnection/testing/RDFConnection/data.ttl => jena-arq/testing/ARQ/Extra/count-distinct-expr.rq (58%)
 create mode 100644 jena-arq/testing/ARQ/Extra/count-distinct-expr.srj
 create mode 100644 jena-arq/testing/ARQ/Extra/count-distinct-star.rq
 create mode 100644 jena-arq/testing/ARQ/Extra/count-distinct-star.srj
 create mode 100644 jena-arq/testing/ARQ/Extra/data-count-distinct-expr.ttl
 create mode 100644 jena-arq/testing/ARQ/Extra/data-count-distinct-star.ttl