[jira] [Commented] (AVRO-1861) Avro Schema parser treats Avro float type as Java Double for default values

2016-06-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15322882#comment-15322882 ] Ryan Blue commented on AVRO-1861: - Sounds reasonable to me. If you want to submit a PR for this, I'll

[jira] [Updated] (AVRO-1848) Can't use null or false defaults in Ruby

2016-06-09 Thread Brian McKelvey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian McKelvey updated AVRO-1848: - Fix Version/s: 1.8.2 > Can't use null or false defaults in Ruby >

Re: Avro union compatibility mode enhancement proposal

2016-06-09 Thread Matthieu Monsch
Thinking about this a bit more (and a couple months later…), maybe there is a simpler alternative. Currently, a reason why writer evolution is hard (the union issue described below is a special case of this) is that aliases are only used on the reader side. Why not also allow readers to use

[jira] [Comment Edited] (AVRO-1340) use default to allow old readers to specify default enum value when encountering new enum symbols

2016-06-09 Thread Matthieu Monsch (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15323752#comment-15323752 ] Matthieu Monsch edited comment on AVRO-1340 at 6/10/16 2:27 AM: Zoltan's

[jira] [Commented] (AVRO-1340) use default to allow old readers to specify default enum value when encountering new enum symbols

2016-06-09 Thread Matthieu Monsch (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15323752#comment-15323752 ] Matthieu Monsch commented on AVRO-1340: --- Zoltan's suggestion makes sense. Alternatively we could