You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/27 17:13:01 UTC

[jira] [Commented] (AVRO-2276) GenericData.toString does not always generate valid JSON for Map datum

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

ASF GitHub Bot commented on AVRO-2276:
--------------------------------------

iemejia opened a new pull request #394: AVRO-2276: Escape Map keys in GenericData.toString to generate valid JSON
URL: https://github.com/apache/avro/pull/394
 
 
   The extra changes in the pom file is to fix for a maven RAT run on windows.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> GenericData.toString does not always generate valid JSON for Map datum
> ----------------------------------------------------------------------
>
>                 Key: AVRO-2276
>                 URL: https://issues.apache.org/jira/browse/AVRO-2276
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.8.2
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>
> Avro represents data as json internally so it requires to escape the keys of the objects (Maps) as mandated by https://tools.ietf.org/html/rfc8259
> I discover this while running a build on windows because of '\' characters. But it can be easily reproduced on linux creating a file/dir with backspaces.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)