You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Chris Hillery (JIRA)" <ji...@apache.org> on 2015/11/13 19:17:11 UTC

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

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

Chris Hillery closed ASTERIXDB-1165.
------------------------------------
    Resolution: Fixed

Normally I would mark this "resolved" and assign to the original report to verify and Close. However Jira won't let me assign this to Cameron. So I'm going ahead and closing this ticket. Cameron, if you can verify with the latest code that'd be great. Otherwise if you see this again in the future, please re-open the ticket.

> 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)