Adam Sotona
Adam Sotona
--------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous whitespace - [ ]...
Halyard is powerful distributed triplestore, instantly answering majority of SPARQL queries, however weak in some complex operations (like ORDER BY and GROUP BY) and complicated to implement a custom code...
This is a clone of the RDF4J issue that also needs to be fixed in Halyard: https://github.com/eclipse/rdf4j/issues/1405 Several tests in HalyardComplexSPARQLQueryTest have to be skipped due to the issue.
When Halyard repository is created with type in the table name or user does not have appropriate ACLs or due to any other HBase exception - there is no easy...
HalyardTupleExprEvaluation.evaluateBindingSetAssignment is pumping data from LookAheadIteration it should be re-implemented to use pure push evaluation strategy
HalyardTupleExprEvaluation.evaluateArbitraryLengthPath is pumping data from PathIteration it should be re-implemented to use pure push evaluation strategy
HalyardTupleExprEvaluation.evaluateZeroLengthPath is pumping data from ZeroLengthPathIteration it should be re-implemented to use pure push evaluation strategy
HalyardTupleExprEvaluation.evaluateGroup is pumping data from GroupIteration it should be re-implemented to use pure push evaluation strategy
HalyardTupleExprEvaluation.evaluateDescribeOperator is pumping data from DescribeIteration it should be re-implemented to use pure push evaluation strategy
ClassFile API `jdk.internal.classfile.verifier.VerifierImpl` performed only bytecode-level class verification. This patch adds `jdk.internal.classfile.verifier.ParserVerifier` with additional class checks inspired by `hotspot/share/classfile/classFileParser.cpp`. Also new `VerifierSelfTest::testParserVerifier` has been added. Please review. Thanks, Adam ---------...