afs commented on issue #568: Add Aggregate Median to SPARQL ARQ syntax
URL: https://github.com/apache/jena/pull/568#issuecomment-496509838
 
 
   I don't see any evaluation tests, only syntax tests.
   
   Data can be provided by `VALUES ?x { 1 2 3 4 5 }` and `VALUES ?x { 1 2 3 4 5 
6 }`.
   
   See @rvesse comment:
   https://github.com/apache/jena/pull/568#issuecomment-493031741
   where it is noted that in Commons Median "the data must be at least 
partially ordered." What is the library expecting?
   
   Are cases like `VALUES ?x { "str1" 2 3 "string", "00"  6.e0}` going to be 
handled? (need a custom comparator).
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to