[jira] [Updated] (AVRO-1711) JsonDecoder.skipChildren skips more than it should.

2016-04-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1711: -- Assignee: Zoltan Farkas > JsonDecoder.skipChildren skips more than it should. >

[jira] [Updated] (AVRO-1711) JsonDecoder.skipChildren skips more than it should.

2016-04-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1711: -- Attachment: AVRO-1711.patch > JsonDecoder.skipChildren skips more than it should. >

Re: Avro union compatibility mode enhancement proposal

2016-04-16 Thread Ryan Blue
+1 On Sat, Apr 16, 2016 at 5:54 PM, Matthieu Monsch wrote: > > I think it may make sense for > > enums to add a special value for it. > > That would work great. To give slightly more flexibility to users, we > could even allow the reader’s schema to explicitly specify which

Re: [DISCUSS] Quarterly release goal

2016-04-16 Thread Thiruvalluvan MG
+1. Thanks Thiru On Sunday, 17 April 2016 5:45 AM, Ryan Blue wrote: Hi everyone, It's been about 3 months since we released Avro 1.8.0 and we've already accumulated several fixes that we should get out in a release. Sean suggested it a few days ago, but I'm not sure if

[GitHub] avro pull request: migrate jackson 1.9.13 to 2.7.0

2016-04-16 Thread chonton
GitHub user chonton opened a pull request: https://github.com/apache/avro/pull/87 migrate jackson 1.9.13 to 2.7.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/chonton/avro master Alternatively you can review and apply these

Re: Avro union compatibility mode enhancement proposal

2016-04-16 Thread Matthieu Monsch
> I think it may make sense for > enums to add a special value for it. That would work great. To give slightly more flexibility to users, we could even allow the reader’s schema to explicitly specify which symbol to use when it reads an unknown symbol. If not specified, resolution would fail

[DISCUSS] Quarterly release goal

2016-04-16 Thread Ryan Blue
Hi everyone, It's been about 3 months since we released Avro 1.8.0 and we've already accumulated several fixes that we should get out in a release. Sean suggested it a few days ago, but I'm not sure if everyone saw that thread. Anyone interested in being the release manager for 1.8.1? I think we

[jira] [Commented] (AVRO-1811) SpecificData.deepCopy() cannot be used if schema compiler generated Java objects with Strings instead of UTF8

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244451#comment-15244451 ] Ryan Blue commented on AVRO-1811: - [~ryonday], thanks for the thorough bug report! It looks like the

[GitHub] avro pull request: AVRO-1684: Add time types to the specific compi...

2016-04-16 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/avro/pull/86 AVRO-1684: Add time types to the specific compiler. This adds a dependency on Joda time for both the compiler and the compiled classes. When generating Java classes, any conversion that is

[jira] [Commented] (AVRO-1684) Add date, time, and timestamp to specific object model classes

2016-04-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1521#comment-1521 ] ASF GitHub Bot commented on AVRO-1684: -- GitHub user rdblue opened a pull request:

[jira] [Commented] (AVRO-1642) JVM Spec Violation 255 Parameter Limit Exceeded

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

[jira] [Commented] (AVRO-1642) JVM Spec Violation 255 Parameter Limit Exceeded

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244436#comment-15244436 ] Ryan Blue commented on AVRO-1642: - Evidently, I thought I had pushed the fix to master but I hadn't. I just

[jira] [Commented] (AVRO-1126) Upgrade to Jackson 2+

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244430#comment-15244430 ] Ryan Blue commented on AVRO-1126: - [~cowtowncoder], that sounds good to me. I'd love to see someone work on

[jira] [Commented] (AVRO-1821) Avro (Java) Memory Leak in ReflectData Caching

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

[jira] [Commented] (AVRO-1818) Avoid buffer copy in DeflateCodec.compress and decompress

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244417#comment-15244417 ] Ryan Blue commented on AVRO-1818: - [~rohini], thanks for letting us know about this. Would you like to

[jira] [Resolved] (AVRO-1823) DataFileStream to include the exception when reading of the magic fail

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1823. - Resolution: Fixed Assignee: Koji Noguchi Fix Version/s: 1.8.1 > DataFileStream to include

[jira] [Commented] (AVRO-1823) DataFileStream to include the exception when reading of the magic fail

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

[jira] [Commented] (AVRO-1823) DataFileStream to include the exception when reading of the magic fail

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244410#comment-15244410 ] Ryan Blue commented on AVRO-1823: - Thanks [~knoguchi]! I've committed this. > DataFileStream to include

[jira] [Commented] (AVRO-1827) Handling correctly optional fields when converting Protobuf to Avro

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244404#comment-15244404 ] Ryan Blue commented on AVRO-1827: - [~jakub_kahovec], thanks for finding this and fixing it. I agree with

[jira] [Commented] (AVRO-1821) Avro (Java) Memory Leak in ReflectData Caching

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244402#comment-15244402 ] Ryan Blue commented on AVRO-1821: - I committed the fix. Thanks for your contribution, [~baharclerode]! I

[jira] [Updated] (AVRO-1821) Avro (Java) Memory Leak in ReflectData Caching

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1821: Assignee: Bryan Harclerode > Avro (Java) Memory Leak in ReflectData Caching >

[jira] [Commented] (AVRO-1821) Avro (Java) Memory Leak in ReflectData Caching

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

Re: Avro union compatibility mode enhancement proposal

2016-04-16 Thread Ryan Blue
Matthieu, how would that work with enums? I think it may make sense for enums to add a special value for it. rb On Sat, Apr 16, 2016 at 1:23 PM, Matthieu Monsch wrote: > > I think that substituting different data for > > unrecognized branches in a union isn't the way to

Re: Avro union compatibility mode enhancement proposal

2016-04-16 Thread Matthieu Monsch
> I think that substituting different data for > unrecognized branches in a union isn't the way to fix the problem, but I > have a proposal for a way to fix it that looks more like you'd expect in > the OO example above: by adding the Vehicle class to your read schema. > > Right now, unions are

[jira] [Commented] (AVRO-1711) JsonDecoder.skipChildren skips more than it should.

2016-04-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244352#comment-15244352 ] Thiruvalluvan M. G. commented on AVRO-1711: --- The fix looks good to me. But it will be nice if

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-04-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244347#comment-15244347 ] Ryan Blue commented on AVRO-1704: - Looks like I was a little too optimistic about time to review things

Re: [DISCUSS] timing for a 1.8.1 release?

2016-04-16 Thread Zoltan Farkas
Would it be possible for: AVRO-1711 to get added? this is a relatively simple fix for an existing BUG, and it is a prerequisite for another feature... —Z > On Apr 12, 2016, at 12:12 PM, Ryan Blue wrote: > > +1 for