afs commented on a change in pull request #568: Add Aggregate Median to SPARQL 
ARQ syntax
URL: https://github.com/apache/jena/pull/568#discussion_r288091834
 
 

 ##########
 File path: jena-arq/testing/ARQ/Syntax/syn-arq.sh
 ##########
 @@ -328,3 +328,17 @@ WHERE
      GRAPH ?g { ?s ?p ?o. FILTER isIRI(?o) }
    }
 EOF
+
+#median
+N=0
+N=$((N+1)) ; testGood $ARQ $(fname "syntax-median-" $N arq) <<EOF
+PREFIX : <http://example/>
+
+SELECT median(?x)
 
 Review comment:
   This looks like an evaluation test, not a syntax test.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to