You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/04/11 06:58:12 UTC

[jira] [Resolved] (DRILL-367) FoodMart data (category.json) packaged with Drill does not conform with JSON specification

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

Venki Korukanti resolved DRILL-367.
-----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   0.9.0

Fixed in [08236fa|https://github.com/apache/drill/commit/08236fa59ae7bc6326409d373ef91bca3b2328f1].

> FoodMart data (category.json) packaged with Drill does not conform with JSON specification 
> -------------------------------------------------------------------------------------------
>
>                 Key: DRILL-367
>                 URL: https://issues.apache.org/jira/browse/DRILL-367
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Chun Chang
>            Priority: Trivial
>             Fix For: 0.9.0
>
>
> The json file category.json packaged within mondrian-data-foodmart-json-0.2.jar contains non-json conforming data (extra double double quote, single quote can be used directly and does not need to be escaped):
> [root@ mondrian-data]# cat category.json
> {"category_id":"ACTUAL","category_parent":null,"category_description":"Current Year""s Actuals","category_rollup":null}
> {"category_id":"ADJUSTMENT","category_parent":null,"category_description":"Adjustment for Budget input","category_rollup":null}
> {"category_id":"BUDGET","category_parent":null,"category_description":"Current Year""s Budget","category_rollup":null}
> {"category_id":"FORECAST","category_parent":null,"category_description":"Forecast","category_rollup":null}



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