[jira] [Updated] (AVRO-1954) Schema.Field.defaultVal() generates: Unknown datum type org.apache.avro.JsonProperties$Null

2016-11-07 Thread rui miranda (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rui miranda updated AVRO-1954: -- Attachment: unitTestDefaultNull.patch > Schema.Field.defaultVal() generates: Unknown datum type >

[jira] [Created] (AVRO-1954) Schema.Field.defaultVal() generates: Unknown datum type org.apache.avro.JsonProperties$Null

2016-11-07 Thread rui miranda (JIRA)
rui miranda created AVRO-1954: - Summary: Schema.Field.defaultVal() generates: Unknown datum type org.apache.avro.JsonProperties$Null Key: AVRO-1954 URL: https://issues.apache.org/jira/browse/AVRO-1954

[jira] [Commented] (AVRO-1950) Better Json serialization for Avro decimal logical types?

2016-11-07 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15644670#comment-15644670 ] Ryan Blue commented on AVRO-1950: - I think String is the right encoding for Decimal in JSON. Otherwise, the

Re: Issue while converting json to avro

2016-11-07 Thread Ryan Blue
Anand, The problem looks like you're trying to convert regular JSON rather than Avro JSON. Avro JSON adds an extra layer when storing unions that encodes the type of the union option, which allows Avro to differentiate between situations like floats and doubles that look identical in the JSON

[jira] [Updated] (AVRO-1856) Update ConcatTool to support appending to an input file instead of creating a new output file

2016-11-07 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1856: Fix Version/s: (was: 1.8.2) > Update ConcatTool to support appending to an input file instead of

[jira] [Updated] (AVRO-1885) Release 1.8.2

2016-11-07 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1885: -- Assignee: Ryan Blue (was: Sean Busbey) assigning to Ryan since there's an RC up now. thanks Ryan! I'll

[jira] [Created] (AVRO-1953) ArrayIndexOutOfBoundsException in org.apache.avro.io.parsing.Symbol$Alternative.getSymbol

2016-11-07 Thread Yong Zhang (JIRA)
Yong Zhang created AVRO-1953: Summary: ArrayIndexOutOfBoundsException in org.apache.avro.io.parsing.Symbol$Alternative.getSymbol Key: AVRO-1953 URL: https://issues.apache.org/jira/browse/AVRO-1953

[jira] [Commented] (AVRO-1950) Better Json serialization for Avro decimal logical types?

2016-11-07 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15644224#comment-15644224 ] Zoltan Farkas commented on AVRO-1950: - I have been using string encoding for decimal in my fork for a