You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till Westmann (JIRA)" <ji...@apache.org> on 2015/11/12 20:40:11 UTC

[jira] [Updated] (ASTERIXDB-1165) Inconsistent Clean JSON API results

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

Till Westmann updated ASTERIXDB-1165:
-------------------------------------
    Assignee: Chris Hillery

> Inconsistent Clean JSON API results
> -----------------------------------
>
>                 Key: ASTERIXDB-1165
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1165
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: HTTP API
>         Environment: master (97dd45d2d4426bcb1a3971f021839dbfd7993fc2)
>            Reporter: Cameron Samak
>            Assignee: Chris Hillery
>
> The following query
> {code}
> use dataverse TinySocial;
> count(for $u in dataset FacebookUsers return $u)
> int32('3')
> int64('5')
> {code}
> Returns
> {code}
> [{"int64":10}][3][5]
> {code}
> Numeric types should be serialized consistently when using the same API output method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)