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/10/22 08:16:27 UTC

[jira] [Resolved] (ASTERIXDB-1035) JSON returned for Duration type is not valid

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

Chris Hillery resolved ASTERIXDB-1035.
--------------------------------------
    Resolution: Fixed

Fixed along with recent "clean JSON" work. The result of the query is now:

[ { "tw": "PT5M" } ]

in the default "clean" JSON, or

[ { "tw": { "duration": "PT5M" } } ]

in "lossless" JSON.

> JSON returned for Duration type is not valid
> --------------------------------------------
>
>                 Key: ASTERIXDB-1035
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1035
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Data Formats
>            Reporter: asterixdb-importer
>            Assignee: Chris Hillery
>
> JSON returned for Duration type is not valid



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