You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mrql.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/21 20:32:01 UTC

[jira] [Commented] (MRQL-69) Allow escaped quotes in JSON strings

    [ https://issues.apache.org/jira/browse/MRQL-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505446#comment-14505446 ] 

ASF GitHub Bot commented on MRQL-69:
------------------------------------

GitHub user fegaras opened a pull request:

    https://github.com/apache/incubator-mrql/pull/2

    [MRQL-69] Allow escaped quotes in JSON strings

    Changed the regular expression for JSON strings to allow \" inside a string.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fegaras/incubator-mrql MRQL-69

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-mrql/pull/2.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2
    
----
commit bc139d10fcd5ab25cf1bf5b3c749c8d915391d55
Author: Leonidas Fegaras <fe...@cse.uta.edu>
Date:   2015-04-21T18:29:15Z

    Update JSON.lex

----


> Allow escaped quotes in JSON strings
> ------------------------------------
>
>                 Key: MRQL-69
>                 URL: https://issues.apache.org/jira/browse/MRQL-69
>             Project: MRQL
>          Issue Type: Bug
>          Components: Evaluation
>    Affects Versions: 0.9.6
>            Reporter: Leonidas Fegaras
>            Assignee: Leonidas Fegaras
>            Priority: Minor
>             Fix For: 0.9.4
>
>
> The JSON input format does not allow escaped double quotes in string values. This is a bag in JSON.lex that parses strings. This bug was reported by Ahmed Ulde, who was trying to process JSON data from Yelp.



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