afs opened a new pull request, #3215: URL: https://github.com/apache/jena/pull/3215
This is an internal change to SPARQL parsing to make reusing grammar fragments more convenient. The mark is used for ordering triples when RDF lists are involved. All implementations of `TripleCollector` provide the mark (interface `TripleCollectorMark`) so merge this facility in to `TripleCollector`. Leave a stub `TripleCollectorMark` behind so there is no need to rebuild the SPARQL 1.0 or SHARQL 1.1 parsers. ---- By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
