[jira] [Commented] (AVRO-1425) Fallback to thread context class loader in SpecificData.getClass()

2014-01-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13862841#comment-13862841 ] Bertrand Delacretaz commented on AVRO-1425: --- Ok, I'm happy to test the AVRO-987

[jira] [Created] (AVRO-1428) Schema.computeHash() to add if check to avoid unnecessary hashcode computation

2014-01-06 Thread Tie Liu (JIRA)
Tie Liu created AVRO-1428: - Summary: Schema.computeHash() to add if check to avoid unnecessary hashcode computation Key: AVRO-1428 URL: https://issues.apache.org/jira/browse/AVRO-1428 Project: Avro

RE: propose change to java Schema.computeHash implementation to avoid unnessary object allocation/hashcode calculation

2014-01-06 Thread Liu, Tie
Hi Doug, The jira is created and the patch is attached: https://issues.apache.org/jira/browse/AVRO-1428 Please let me know if you have any comment on the patch. Thanks, Tony -Original Message- From: Doug Cutting [mailto:cutt...@apache.org] Sent: Friday, January 03, 2014 3:56 PM

[jira] [Updated] (AVRO-1428) Schema.computeHash() to add if check to avoid unnecessary hashcode computation

2014-01-06 Thread Tie Liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tie Liu updated AVRO-1428: -- Attachment: AVRO-1428.patch This patch is to be applied on Schema.java under org.apache.avro package.

[jira] [Commented] (AVRO-1423) Avrogen doesn't create the RPC methods from .avrp files

2014-01-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863522#comment-13863522 ] Doug Cutting commented on AVRO-1423: Avro 1.7.5 does not RPC for C#. RPC support was

Re: release 1.7.6 soon?

2014-01-06 Thread Christophe Taton
Hey Doug, Any chance AVRO-1382 gets considered for 1.7.6 (support for Python 3)? C. On Wed, Dec 18, 2013 at 5:52 AM, Douglas Creager doug...@creagertino.netwrote: I'll plan on rolling a 1.7.6 release candidate later this week. I just cleared most of the backlog of C issues. AVRO-1405 is

[jira] [Commented] (AVRO-1420) C# documentation is completely empty/wiped out

2014-01-06 Thread S S (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863596#comment-13863596 ] S S commented on AVRO-1420: --- Hi Doug, I've uploaded a GitHub Gist to facilitate this, it's at

[jira] [Commented] (AVRO-1420) C# documentation is completely empty/wiped out

2014-01-06 Thread S S (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863602#comment-13863602 ] S S commented on AVRO-1420: --- By the way, the MIT license info in the header is so I can disclaim

[jira] [Commented] (AVRO-1382) Support for python3

2014-01-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863605#comment-13863605 ] Doug Cutting commented on AVRO-1382: Several files are modified with only whitespace

[jira] [Commented] (AVRO-1423) Avrogen doesn't create the RPC methods from .avrp files

2014-01-06 Thread S S (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863603#comment-13863603 ] S S commented on AVRO-1423: --- Thanks. When is 1.7.6 due? Avrogen doesn't create the RPC methods

[jira] [Commented] (AVRO-1420) C# documentation is completely empty/wiped out

2014-01-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863616#comment-13863616 ] Doug Cutting commented on AVRO-1420: This looks like a great addition! Thanks! If you

[jira] [Updated] (AVRO-1424) ValidatingDecoder hangs on large schema

2014-01-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1424: --- Fix Version/s: 1.7.6 This sounds like something we should perhaps include in 1.7.6, no?

[jira] [Commented] (AVRO-1423) Avrogen doesn't create the RPC methods from .avrp files

2014-01-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863621#comment-13863621 ] Doug Cutting commented on AVRO-1423: I'm hoping to get 1.7.6 out in the next few weeks.

Re: release 1.7.6 soon?

2014-01-06 Thread Doug Cutting
On Mon, Jan 6, 2014 at 2:52 PM, Christophe Taton christophe.ta...@gmail.com wrote: Any chance AVRO-1382 gets considered for 1.7.6 (support for Python 3)? That sounds reasonable to me. Since it's a new API it has no compatibility concerns. Doug

[jira] [Updated] (AVRO-1427) Minor issues with Resolving Decoder Tests

2014-01-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1427: --- Fix Version/s: 1.7.6 Status: Patch Available (was: Open) Looks good to me. I'll commit

[jira] [Commented] (AVRO-1382) Support for python3

2014-01-06 Thread Christophe Taton (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863677#comment-13863677 ] Christophe Taton commented on AVRO-1382: Which version of setuptools are you using?

[jira] [Commented] (AVRO-1428) Schema.computeHash() to add if check to avoid unnecessary hashcode computation

2014-01-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863703#comment-13863703 ] Doug Cutting commented on AVRO-1428: Your patch does not apply cleanly. Can you please

[jira] [Commented] (AVRO-1426) Add New MapReduce Word Count Example

2014-01-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863713#comment-13863713 ] Hudson commented on AVRO-1426: -- SUCCESS: Integrated in AvroJava #416 (See

[jira] [Commented] (AVRO-1420) C# documentation is completely empty/wiped out

2014-01-06 Thread Sid S (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863769#comment-13863769 ] Sid S commented on AVRO-1420: - The hope being that this helps bring out 1.7.6 faster !! We're

[jira] [Commented] (AVRO-1424) ValidatingDecoder hangs on large schema

2014-01-06 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863858#comment-13863858 ] Thiruvalluvan M. G. commented on AVRO-1424: --- Yes Doug. I'm waiting for Ramana to

[jira] [Commented] (AVRO-1352) Schema for fixed types corrupted when writing out in JSON format

2014-01-06 Thread Steve Roehrs (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863900#comment-13863900 ] Steve Roehrs commented on AVRO-1352: Sorry due to restrictions at my workplace I am

[jira] [Commented] (AVRO-1419) java.io.IOException: Invalid sync! throw after random number of sync() calls.

2014-01-06 Thread Deepak Kumar V (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863948#comment-13863948 ] Deepak Kumar V commented on AVRO-1419: -- Doug, You want me to provide a JUnit/TestNG