You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2021/03/09 13:11:35 UTC

[GitHub] [jena] afs commented on pull request #951: JENA-2065: RDF-star

afs commented on pull request #951:
URL: https://github.com/apache/jena/pull/951#issuecomment-793878984


   Key points:
   
   1. If the query does not have any RDF-star related syntax, processing is the normal path. Each of the three RDF-star point (in-memory, TDB1, TDB2) starts with an "if" that sees whether RDF-star processing is needed.
   2. The test suite does run for general, TIM, TDB1, and TDB2 datasets if the redirection to RDF-star processing is off.
   3. Some processing interfaces have changed: additional to ExprVisitor, removals from algebra visit and transform (due to taking out the old RDF* mode behaviour). This partially accounts for the large number of files.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org