You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/02/14 20:24:19 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13901818#comment-13901818 ] 

Julian Hyde commented on DRILL-367:
-----------------------------------

I am the maintainer of that file. There are newer versions of that file. The latest is mondrian-data-foodmart-json-0.3.2. See http://repository.pentaho.org/artifactory/pentaho/pentaho/mondrian-data-foodmart-json/.

Try upgrading to the latest version. If it does not solve the problem, post a patch and assign this issue to me.

> 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: 1.0.0-milestone-2
>            Reporter: Chun Chang
>            Priority: Trivial
>
> 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.1.5#6160)