I'd still like a review (and acceptance) of three patches to the Python code for 1.7.5. I do not have commit access, and anyway I wrote these, so they deserve review by another Python coder.
AVRO-1343 <https://issues.apache.org/jira/browse/AVRO-1343> - validate() should not permit records to have extra fields AVRO-1323 <https://issues.apache.org/jira/browse/AVRO-1323> - "request" RPC schemas should report their full name (with namespace) AVRO-1318 <https://issues.apache.org/jira/browse/AVRO-1318> - schemas should store fingerprints rather than recompute on every record (attn [~laserson]) --Jeremy On Mon, Jul 1, 2013 at 9:05 AM, Micah Huff <[email protected]> wrote: > Hi Scott and team-- > > Any update on the release date of 1.7.5? Last talk was about 2 weeks ago. > We are hoping for a release soon to alleviate some internal headaches with > our own version of 1.7.5 that we are maintaining. > > Thanks, > Micah > > > On 06/18/2013 10:58 PM, Scott Carey wrote: > >> I believe I am blocking at least one agreed upon changes to the Java >> SchemaBuilder API. I will have time next week to finish it. At that time >> I will also review other Java tickets and simpler ones in other languages. >> >> >> On 6/18/13 3:17 AM, "Michael Häusler" <[email protected]> wrote: >> >> Hi there, >>> >>> AVRO-1341 looks very promising to me and I would love to see it in 1.7.5. >>> There is a patch waiting for review: >>> https://issues.apache.org/**jira/browse/AVRO-1341<https://issues.apache.org/jira/browse/AVRO-1341> >>> >>> It would be awesome if a committer could have a look at it. >>> >>> Thanks a lot >>> Michael >>> >>> Am 18.06.2013 um 04:39 schrieb Thiruvalluvan MG <[email protected]>: >>> >>> I'm in the middle of committing a few patches in C++. If the release >>>> can wait a couple of days I'll clear them. >>>> >>>> Thanks >>>> >>>> Thiru >>>> >>>> >>>> ______________________________**__ >>>> From: Alexandre Normand <[email protected]> >>>> To: [email protected] >>>> Sent: Tuesday, 18 June 2013 2:27 AM >>>> Subject: Re: release 1.7.5 soon? >>>> >>>> >>>> It's been a while since the question was asked. Is there any chance >>>> we'll see the 1.7.5 release soon? >>>> >>>> -- >>>> Alex >>>> >>>> >>>> On Tuesday, April 30, 2013 at 12:17 PM, James Baldassari wrote: >>>> >>>> I recently ran into a couple of blocking/deadlock issues with >>>>> NettyTransceiver in a production environment. Patches are available >>>>> here: >>>>> >>>>> https://issues.apache.org/**jira/browse/AVRO-1292<https://issues.apache.org/jira/browse/AVRO-1292> >>>>> https://issues.apache.org/**jira/browse/AVRO-1293<https://issues.apache.org/jira/browse/AVRO-1293> >>>>> >>>>> If these issues aren't impacting anyone else then I don't want to hold >>>>> up >>>>> the release. >>>>> >>>>> There is also >>>>> https://issues.apache.org/**jira/browse/AVRO-1297<https://issues.apache.org/jira/browse/AVRO-1297>which >>>>> is >>>>> somewhat related to the previous two issues I mentioned. Doug already >>>>> took >>>>> a look at it. Not sure if we want to include that in 1.7.5 or wait for >>>>> the >>>>> next one. >>>>> >>>>> -James >>>>> >>>>> >>>>> On Tue, Apr 30, 2013 at 2:32 PM, Scott Carey <[email protected] >>>>> (mailto:[email protected])**> wrote: >>>>> >>>>> >>>>> https://issues.apache.org/**jira/browse/AVRO-1313<https://issues.apache.org/jira/browse/AVRO-1313> >>>>>> (trivial) >>>>>> https://issues.apache.org/**jira/browse/AVRO-1124<https://issues.apache.org/jira/browse/AVRO-1124> >>>>>> requires much review; I have another patch coming up shortly and am >>>>>> working on this full time at the moment. We do not have to hold up a >>>>>> release of course, I'm hoping to get it in however. >>>>>> >>>>>> It would be nice to resolve >>>>>> https://issues.apache.org/**jira/browse/AVRO-1311<https://issues.apache.org/jira/browse/AVRO-1311>if >>>>>> there is a release >>>>>> for >>>>>> snappy-java that fixes execution on mac. >>>>>> >>>>>> >>>>>> This has a patch and is close: >>>>>> https://issues.apache.org/**jira/browse/AVRO-1023<https://issues.apache.org/jira/browse/AVRO-1023> >>>>>> >>>>>> >>>>>> >>>>>> On 4/30/13 9:27 AM, "Doug Cutting" <[email protected] >>>>>> (mailto:[email protected])> wrote: >>>>>> >>>>>> It's been a few months since our last release. A number of bugfixes, >>>>>>> improvements and new features have been made in the interim. I'd like >>>>>>> to try to release these in the next few weeks. >>>>>>> >>>>>>> Are there any issues folks would like to get into this release in >>>>>>> this >>>>>>> timeframe? >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> Doug >>>>>>> >>>>>> >> >> > >
