[jira] [Comment Edited] (JENA-1841) Side Effect of Datatype Use in Query

2020-03-03 Thread Jan Martin Keil (Jira)
[ https://issues.apache.org/jira/browse/JENA-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050973#comment-17050973 ] Jan Martin Keil edited comment on JENA-1841 at 3/4/20, 7:58 AM:

[jira] [Commented] (JENA-1841) Side Effect of Datatype Use in Query

2020-03-03 Thread Jan Martin Keil (Jira)
[ https://issues.apache.org/jira/browse/JENA-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050973#comment-17050973 ] Jan Martin Keil commented on JENA-1841: --- {quote}Would it make sense that rather than

[jira] [Commented] (JENA-1841) Side Effect of Datatype Use in Query

2020-03-03 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/JENA-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050592#comment-17050592 ] Claude Warren commented on JENA-1841: - Would it make sense that rather than throw an e

[jira] [Created] (JENA-1853) Tests should create Fuseki servers that only listen to localhost.

2020-03-03 Thread Andy Seaborne (Jira)
Andy Seaborne created JENA-1853: --- Summary: Tests should create Fuseki servers that only listen to localhost. Key: JENA-1853 URL: https://issues.apache.org/jira/browse/JENA-1853 Project: Apache Jena

[jira] [Commented] (JENA-1841) Side Effect of Datatype Use in Query

2020-03-03 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050305#comment-17050305 ] Andy Seaborne commented on JENA-1841: - [~jmkeil] - thank you for the test cases. They

[jira] [Commented] (JENA-1841) Side Effect of Datatype Use in Query

2020-03-03 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17050242#comment-17050242 ] Andy Seaborne commented on JENA-1841: - [~claude] Because {{AbstractQueryBuilder.makeNo

Re: Order of triple patterns in Where Clause

2020-03-03 Thread Andy Seaborne
Hi Kashif, Optimization happens in two stages: 1. Rewrite of the algebra 2. Reordering of the BGPs BGPs can be implemented differnet ways - and they are an inferenece extnesion point in SPARQL. What you see if the first. BGPs are reordered during execution. The algorithm can be stats driven

Order of triple patterns in Where Clause

2020-03-03 Thread Kashif Rabbani
Hi awesome community, I have a question, I am working on optimizing SPARQL query plan and I wonder does the order of triple patterns in the where clause effects the query plan or not? For example, given a following query: PREFIX bio: PREFIX mo: