Frens Jan Rumph
Frens Jan Rumph
No problem; it's of direct interest to us for our SPARQL over Elastic + HBase implementation! We've got a working implementation; hacked into RDF4J 4.3.8 by rewriting a `SERVICE {}`...
Definitely! A bit off topic, and sorry for the lengthy reply, but perhaps interesting to know what our angle is. ## TL;DR Our lateral usage: * Apply limits at the...
@dfdeshom, the most basic code which reproduces this is something along the lines of: ``` python import os from py4j.java_gateway import java_import from pyspark.context import SparkConf from pyspark.context import SparkContext...
anyone?
nope, sorry
I've added parent reference checking in SPARQLParserTest in [this branch](https://github.com/eclipse-rdf4j/rdf4j/compare/main...frensjan:rdf4j:GH-4992-Unexpected-parent-for-node-after-query-parsing-with-aggregation): These tests then fail: * testGroupByProjectionHandling_Aggregate_Alias * testGroupByProjectionHandling_Aggregate_Constant * testGroupByProjectionHandling_Aggregate_SimpleExpr2 * testGroupByProjectionHandling_function * testGroupByProjectionHandling_renameVariableWithAggregation * testGroupByProjectionHandling_variableEffectivelyAggregationResult * testProjectionHandling_CustomAggregateFunction * testProjectionHandling_HavingCustomAggregateFunction...