ajs6f commented on issue #568: Add Aggregate Median to SPARQL ARQ syntax
URL: https://github.com/apache/jena/pull/568#issuecomment-492664185
 
 
   @neumarcx I'm getting a test error trying to build this. Are you seeing what 
I show below?
   ```
   ...
   [INFO] Running org.apache.jena.sparql.TC_Scripted
   org.apache.jena.query.QueryParseException: Lexical error at line 4, column 
15.  Encountered: "(" (40), after : "median"
        at 
org.apache.jena.sparql.lang.ParserSPARQL11.perform(ParserSPARQL11.java:109)
        at 
org.apache.jena.sparql.lang.ParserSPARQL11.parse$(ParserSPARQL11.java:52)
        at org.apache.jena.sparql.lang.SPARQLParser.parse(SPARQLParser.java:34)
        at org.apache.jena.query.QueryFactory.parse(QueryFactory.java:147)
        at org.apache.jena.query.QueryFactory.create(QueryFactory.java:79)
        at org.apache.jena.query.QueryFactory.read(QueryFactory.java:220)
        at org.apache.jena.query.QueryFactory.read(QueryFactory.java:199)
        at 
org.apache.jena.sparql.junit.EarlTestCase.queryFromTestItem(EarlTestCase.java:63)
        at 
org.apache.jena.sparql.junit.QueryTest.runTestForReal(QueryTest.java:183)
        at 
org.apache.jena.sparql.junit.EarlTestCase.runTest(EarlTestCase.java:88)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
   [ERROR] Tests run: 1033, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
3.684 s <<< FAILURE! - in org.apache.jena.sparql.TC_Scripted
   [ERROR] Median - 1 - median[?v](org.apache.jena.sparql.junit.QueryTest)  
Time elapsed: 0.05 s  <<< FAILURE!
   junit.framework.AssertionFailedError: Parse failure: Lexical error at line 
4, column 15.  Encountered: "(" (40), after : "median"
        at 
org.apache.jena.sparql.junit.QueryTest.runTestForReal(QueryTest.java:188)
   
   [INFO] Running org.apache.jena.web.TS_Web
   ...
   ```

----------------------------------------------------------------
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