[jira] [Commented] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276104#comment-15276104 ] ASF subversion and git services commented on AVRO-1840: --- Commit

[jira] [Updated] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-09 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated AVRO-1840: --- Resolution: Fixed Fix Version/s: 1.8.1 Status: Resolved (was: Patch Available)

[jira] [Commented] (AVRO-1841) Automatically verify the commit messages

2016-05-09 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276106#comment-15276106 ] Niels Basjes commented on AVRO-1841: I don't quite understand what you are saying. My intention with

[jira] [Commented] (AVRO-1582) Json serialization of nullable fileds and fields with default values improvement.

2016-05-09 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276335#comment-15276335 ] Sean Busbey commented on AVRO-1582: --- [~zolyfarkas], interested in picking this up again? If Zoltan

[jira] [Commented] (AVRO-1838) Ensure Checkstyle enforces trailing spaces rule

2016-05-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276385#comment-15276385 ] ASF subversion and git services commented on AVRO-1838: --- Commit

[jira] [Commented] (AVRO-1582) Json serialization of nullable fileds and fields with default values improvement.

2016-05-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276486#comment-15276486 ] Ryan Blue commented on AVRO-1582: - The now-abandoned Kite project has quite a bit of useful code for this.

1.8.1 release

2016-05-09 Thread Ryan Blue
Hi everyone, Just wanted to post an update on the 1.8.1 release. The release issue, AVRO-1833 [1], accumulated 5 issues to complete before the release. 2 of those are done, and two more are pending review. One last issue, AVRO-1723, is a nice-to-have because I'm not sure it will be done in time.

[jira] [Commented] (AVRO-1841) Automatically verify the commit messages

2016-05-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276529#comment-15276529 ] Ryan Blue commented on AVRO-1841: - I'm just pointing out another way I've seen it done, I don't have a

Re: [GitHub] avro pull request: AVRO-1568: Allow Java polymorphism in Avro for ...

2016-05-09 Thread Ryan Blue
SG, I think this is addressed by logical types because you can register methods that handle conversion between any object and how you want to store it. I agree that we don't want to introduce inheritance, so I think this is a good direction to go. Are you trying to use logical types for this and

Re: [GitHub] avro pull request: AVRO-1568: Allow Java polymorphism in Avro for ...

2016-05-09 Thread S G
Thanks RB, I cannot find any example or documentation for the same. If you can point me to some, then I will evaluate the same for my use case and let you know how it goes. Thanks SG On Mon, May 9, 2016 at 9:16 AM, Ryan Blue wrote: > SG, > > I think this is