Re: Avro union compatibility mode enhancement proposal

2016-04-21 Thread Doug Cutting
On Wed, Apr 20, 2016 at 9:09 PM, Ryan Blue wrote: > Making the default a property of an > inner schema makes me think that we will have to deal with multiple schemas > with such a label at some point. On Thu, Apr 21, 2016 at 6:54 AM, Matthieu Monsch

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1807: Description: /* I posted this bug already to the dev-mailinglist [4]. Reporting it here again only to make

[jira] [Commented] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252217#comment-15252217 ] Ryan Blue commented on AVRO-1807: - Linking is under the "More" drop-down menu. Thanks for pointing this out

Re: [DISCUSS] Quarterly release goal

2016-04-21 Thread Ryan Blue
Great! Thanks for the quick responses, everyone. It's good to know the community is behind this. I've started an issue to track the 1.8.1 release, AVRO-1833 [1]. Please link other issues you'd like in the release as blockers. Once we find out what work there is to do, we can set an approximate

[jira] [Commented] (AVRO-1833) Release 1.8.1

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252181#comment-15252181 ] Ryan Blue commented on AVRO-1833: - I'm adding AVRO-1684. I've seen quite a few requests for it. > Release

[jira] [Commented] (AVRO-1832) Invoking toString() method unexpectedly modified the avro record.

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252166#comment-15252166 ] Ryan Blue commented on AVRO-1832: - We're discussing the 1.8.1 release on the mailing list and want to

[jira] [Commented] (AVRO-1118) Specifying null as default of a union only works if null is specified as first type in the union

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252163#comment-15252163 ] Ryan Blue commented on AVRO-1118: - Ivan, the default is the one without quotes. {{"null"}} is a type name,

Re: [DISCUSS] Quarterly release goal

2016-04-21 Thread Matthieu Monsch
+1 for more frequent releases! > On Apr 21, 2016, at 7:19 AM, Douglas Creager wrote: > > +1 > > I agree both that we should have a regular release schedule, and that a > 3-month cycle in particular is a good one to aim for. > > cheers > –doug > > On Thu, Apr 21,

Re: [DISCUSS] Quarterly release goal

2016-04-21 Thread Douglas Creager
+1 I agree both that we should have a regular release schedule, and that a 3-month cycle in particular is a good one to aim for. cheers –doug On Thu, Apr 21, 2016, at 12:23 AM, Ryan Blue wrote: > That's 3 of us, at least! > > Are there concerns out there about setting a goal like this? I

Re: Avro union compatibility mode enhancement proposal

2016-04-21 Thread Matthieu Monsch
I worry that an implicit resolution logic will cause confusion. According to the spec, records should only match if their names (or one of the aliases) match. From what I understand, some implementations are more flexible when names are missing (which is fine since user-generated records should

[jira] [Commented] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15251756#comment-15251756 ] Thomas Lörtsch commented on AVRO-1807: -- AVRO-1833 says "Please link issues that should be included in

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Lörtsch updated AVRO-1807: - Priority: Blocker (was: Major) > NullPointerException from Json.ObjectWriter >

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Lörtsch updated AVRO-1807: - Affects Version/s: 1.8.1 > NullPointerException from Json.ObjectWriter >

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Lörtsch updated AVRO-1807: - Affects Version/s: (was: 1.8.0) > NullPointerException from Json.ObjectWriter >

[jira] [Commented] (AVRO-1118) Specifying null as default of a union only works if null is specified as first type in the union

2016-04-21 Thread Ivan Balashov (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15251740#comment-15251740 ] Ivan Balashov commented on AVRO-1118: - @Eric Without quotes parsing schema gives the following error:

Re: [DISCUSS] Quarterly release goal

2016-04-21 Thread Tom White
Agreed, having regular releases is a good goal to have. As I've mentioned before, if we had a nightly build on docker (AVRO-1705) a lot of the pain of releasing would hopefully go away since build breakages would be picked up (and hopefully fixed) earlier. Unfortunately I don't have time to work

[jira] [Commented] (AVRO-1832) Invoking toString() method unexpectedly modified the avro record.

2016-04-21 Thread Oleksandr Didukh (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15251395#comment-15251395 ] Oleksandr Didukh commented on AVRO-1832: Yes, it's the same issue. Could you tell me when are you