[teiid-issues] [JBoss JIRA] (TEIID-4156) Odata - incorrect count with query option $count=true

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Apr 21 05:41:00 EDT 2016


     [ https://issues.jboss.org/browse/TEIID-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated TEIID-4156:
-------------------------------------------
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1329140
        Bugzilla Update: Perform


> Odata - incorrect count with query option $count=true
> -----------------------------------------------------
>
>                 Key: TEIID-4156
>                 URL: https://issues.jboss.org/browse/TEIID-4156
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: OData
>    Affects Versions: 8.12.x
>            Reporter: Juraj Duráni
>            Assignee: Ramesh Reddy
>
> HTTP: GET http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView?$count=true&$filter=intkey lt 5
> Header: Prefer: odata.maxpagesize=2
> Actual result: <m:count>3</m:count>
> Expected result: <m:count>4</m:count>
> Additional note: Teiid returns 2 entities.
> ----------------------------
> HTTP: GET http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView?$count=true 
> Header: Prefer: odata.maxpagesize=10
> Actual result: <m:count>10</m:count>
> Expected result: <m:count>11</m:count>
> ----------------------------
> Moreover, when I invoke another request for next results (including skiptoken), Teiid returns different count.
> HTTP: GET http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView?$count=true&$skiptoken=GBRvEm+OcCFn--10
> Actual result: <m:count>1</m:count>
> Expected result: <m:count>11</m:count>
> ----------------------------
> HTTP: GET http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView?$count=true&$top=5
> Actual result: <m:count>10</m:count>
> Expected result: <m:count>11</m:count>
> Additional note: Teiid returns 5 entities.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the teiid-issues mailing list