You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "富恒 (JIRA)" <ji...@apache.org> on 2019/07/28 20:06:00 UTC

[jira] [Updated] (AVRO-2487) bytes are serialized to empty string with DataFileWriter

     [ https://issues.apache.org/jira/browse/AVRO-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

富恒 updated AVRO-2487:
---------------------
    Description: 
bytes fields are serialized to empty string with DataFileWriter.

 

schema:

 

{
 "name": "files",
 "type": {
 "type": "map",
 "values": "bytes"
 }
 }

 

or 

 

{
 "name": "data",
 "type": "bytes"
 }

  was:
bytes fields are serialized to empty string with DataFileWriter.

 


> bytes are serialized to empty string with DataFileWriter
> --------------------------------------------------------
>
>                 Key: AVRO-2487
>                 URL: https://issues.apache.org/jira/browse/AVRO-2487
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.7, 1.8.0, 1.8.1, 1.9.0, 1.8.2
>            Reporter: 富恒
>            Priority: Major
>
> bytes fields are serialized to empty string with DataFileWriter.
>  
> schema:
>  
> {
>  "name": "files",
>  "type": {
>  "type": "map",
>  "values": "bytes"
>  }
>  }
>  
> or 
>  
> {
>  "name": "data",
>  "type": "bytes"
>  }



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)