[
https://issues.apache.org/jira/browse/DRILL-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074782#comment-14074782
]
Hanifi Gunes edited comment on DRILL-1176 at 7/25/14 7:15 PM:
--------------------------------------------------------------
Weirdly, { "happy": "[my value 1], [my value 2]" } does not fail but this does
{ "happy": "[my value 1] [my value 2]" } (w/o any character except whitespace
in between brackets).
was (Author: hgunes):
Weirdly, { "happy": "[my value 1], [my value 2]" } does not fail but this {
"happy": "[my value 1] [my value 2]" } w/o a comma in between brackets.
> Jackson failing in some json reading when first character of quoted string is
> bracket.
> --------------------------------------------------------------------------------------
>
> Key: DRILL-1176
> URL: https://issues.apache.org/jira/browse/DRILL-1176
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - JSON
> Reporter: Jacques Nadeau
> Assignee: Hanifi Gunes
>
> Values similar to
> {
> "happy": "[my value 1], [my value 2]"
> }
> will sometimes cause Jackson to incorrectly parse. This is either an issue
> internal to Jackson or part of the Record Splitter we use before feeding to
> Jackson. I suggest starting by upgrading from 2.2 to 2.4.1 and see if that
> solves the issue.
--
This message was sent by Atlassian JIRA
(v6.2#6252)