[
https://issues.apache.org/jira/browse/DRILL-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932247#comment-13932247
]
Julian Hyde commented on DRILL-367:
-----------------------------------
I own mondrian-data-foodmart-json. Submit a patch for this and DRILL-412 to
https://github.com/julianhyde/optiq/issues/181 and I will upload a fixed
version.
> 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.2#6252)