You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2013/06/20 15:26:21 UTC

[jira] [Updated] (JENA-472) Addition of braces around BGP for federated queries (SERVICE) with FILTER

     [ https://issues.apache.org/jira/browse/JENA-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne updated JENA-472:
-------------------------------

    Description: 
Query of the form:

{{noformat}}
SELECT
  SERVICE
    SELECT
    WHERE
      BGP
      FILTER
{{noformat}}

is requested like the following at the endpoint:

{{noformat}}
    SELECT
    WHERE
      { BGP }
      FILTER
{{noformat}}

Is the addition of {} braces necessary or should they be removed? While it doesn't effect the result query, it had some impact on query time.



  was:
Query of the form:

SELECT
  SERVICE
    SELECT
    WHERE
      BGP
      FILTER

is requested like the following at the endpoint:

    SELECT
    WHERE
      { BGP }
      FILTER

Is the addition of {} braces necessary or should they be removed? While it doesn't effect the result query, it had some impact on query time.



    
> Addition of braces around BGP for federated queries (SERVICE) with FILTER
> -------------------------------------------------------------------------
>
>                 Key: JENA-472
>                 URL: https://issues.apache.org/jira/browse/JENA-472
>             Project: Apache Jena
>          Issue Type: Bug
>    Affects Versions: TDB 0.10.2
>         Environment: Jena:       VERSION: 2.10.2-SNAPSHOT
> Jena:       BUILD_DATE: 20130620-0749
> ARQ:        VERSION: 2.10.2-SNAPSHOT
> ARQ:        BUILD_DATE: 20130620-0749
> RIOT:       VERSION: 2.10.2-SNAPSHOT
> RIOT:       BUILD_DATE: 20130620-0749
> TDB:        VERSION: 0.10.2-SNAPSHOT
> TDB:        BUILD_DATE: 20130620-0749
>            Reporter: Sarven Capadisli
>            Assignee: Andy Seaborne
>
> Query of the form:
> {{noformat}}
> SELECT
>   SERVICE
>     SELECT
>     WHERE
>       BGP
>       FILTER
> {{noformat}}
> is requested like the following at the endpoint:
> {{noformat}}
>     SELECT
>     WHERE
>       { BGP }
>       FILTER
> {{noformat}}
> Is the addition of {} braces necessary or should they be removed? While it doesn't effect the result query, it had some impact on query time.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira