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

2016-11-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15691842#comment-15691842 ] ASF GitHub Bot commented on AVRO-1340: -- GitHub user ksenji opened a pull request:

[GitHub] avro pull request #163: AVRO-1340: use default to allow old readers to speci...

2016-11-23 Thread ksenji
GitHub user ksenji opened a pull request: https://github.com/apache/avro/pull/163 AVRO-1340: use default to allow old readers to specify default enum v… …alue when encountering new enum symbols You can merge this pull request into a Git repository by running: $ git pull

Re: [DISCUSS] Community engagement

2016-11-23 Thread Ryan Blue
Simon brought up compatibility as well. This is an existing problem and right now we have some interop tests where some languages generate data and then read all of the data from other languages. I don't think this problem changes much if we move to separate releases. We can still run these

[jira] [Comment Edited] (AVRO-1961) [JAVA] Generate getters that return an Optional

2016-11-23 Thread Clueless Joe (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15691487#comment-15691487 ] Clueless Joe edited comment on AVRO-1961 at 11/23/16 10:08 PM: --- Hi Niels and

[jira] [Commented] (AVRO-1961) [JAVA] Generate getters that return an Optional

2016-11-23 Thread Clueless Joe (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15691487#comment-15691487 ] Clueless Joe commented on AVRO-1961: Hi Niels and all Thanks a lot for this issue, I was about to

[jira] [Commented] (AVRO-1961) [JAVA] Generate getters that return an Optional

2016-11-23 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15689789#comment-15689789 ] Niels Basjes commented on AVRO-1961: The idea is that the downstream application code becomes more

[jira] [Commented] (AVRO-1961) [JAVA] Generate getters that return an Optional

2016-11-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15689744#comment-15689744 ] ASF GitHub Bot commented on AVRO-1961: -- GitHub user nielsbasjes opened a pull request:

[GitHub] avro pull request #162: AVRO-1961: Java: Generate getters that return a Java...

2016-11-23 Thread nielsbasjes
GitHub user nielsbasjes opened a pull request: https://github.com/apache/avro/pull/162 AVRO-1961: Java: Generate getters that return a Java 8 Optional. NOTE: This must wait until AFTER the release of Avro 1.8.2. This is a first attempt at making the Java code generator have