[jira] [Commented] (AVRO-1533) permit promotions between string and bytes

2014-07-02 Thread Martin Kleppmann (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14049741#comment-14049741 ] Martin Kleppmann commented on AVRO-1533: Only just saw this, sorry for the delay. I

[jira] [Created] (AVRO-1536) Remove monkeypatching of Enumerable

2014-07-02 Thread Martin Kleppmann (JIRA)
Martin Kleppmann created AVRO-1536: -- Summary: Remove monkeypatching of Enumerable Key: AVRO-1536 URL: https://issues.apache.org/jira/browse/AVRO-1536 Project: Avro Issue Type: Improvement

[jira] [Updated] (AVRO-1536) Remove monkeypatching of Enumerable

2014-07-02 Thread Martin Kleppmann (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kleppmann updated AVRO-1536: --- Attachment: AVRO-1536.patch Attached a patch, extracted from [~wvanbergen]'s patch for

[jira] [Updated] (AVRO-1499) Ruby 2+ Writes Invalid avro files using the avro gem

2014-07-02 Thread Martin Kleppmann (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kleppmann updated AVRO-1499: --- Attachment: AVRO-1499-3.patch Thanks for your patch, [~wvanbergen]. I've attached a new patch

Re: Ruby gem fork - contribute back?

2014-07-02 Thread Sean Busbey
On Wed, Jul 2, 2014 at 4:36 AM, Martin Kleppmann mar...@kleppmann.com wrote: FWIW, Ruby isn't the only language with a tricky setup. I spent ages trying to get the Avro tests for PHP to work, for example. As discussed on another thread [1], I think a Docker container might be a good way of

[jira] [Commented] (AVRO-1516) Unit test failure in Ruby 2.0 and above

2014-07-02 Thread Willem van Bergen (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14050045#comment-14050045 ] Willem van Bergen commented on AVRO-1516: - The problem is `union[double, int]`

[jira] [Commented] (AVRO-1499) Ruby 2+ Writes Invalid avro files using the avro gem

2014-07-02 Thread Willem van Bergen (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14050073#comment-14050073 ] Willem van Bergen commented on AVRO-1499: - W.r.t. monkey patching String. I agree

[jira] [Commented] (AVRO-1536) Remove monkeypatching of Enumerable

2014-07-02 Thread Willem van Bergen (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14050222#comment-14050222 ] Willem van Bergen commented on AVRO-1536: - Looks good! Remove monkeypatching of

Circular references and non-string map-keys patch

2014-07-02 Thread S G
Hi Avro Developers, I have submitted a patch for Circular references and non-string map-keys support in Avro at https://issues.apache.org/jira/browse/AVRO-695 Can someone guide me how I can get it reviewed and commit this patch? Thanks for helping me out, Sachin

[jira] [Commented] (AVRO-1533) permit promotions between string and bytes

2014-07-02 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14050739#comment-14050739 ] Doug Cutting commented on AVRO-1533: It won't generate runtime errors for invalid

[jira] [Commented] (AVRO-1533) permit promotions between string and bytes

2014-07-02 Thread graham sanderson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14050759#comment-14050759 ] graham sanderson commented on AVRO-1533: I had a quick look at the patch, and there

[jira] [Commented] (AVRO-695) Cycle Reference Support

2014-07-02 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14050789#comment-14050789 ] Doug Cutting commented on AVRO-695: --- For some reason I cannot apply the patch file you've

[jira] [Updated] (AVRO-680) Allow for non-string keys

2014-07-02 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Goyal updated AVRO-680: -- Affects Version/s: 1.7.7 1.7.6 Status: Patch Available (was: Open)

[jira] [Updated] (AVRO-680) Allow for non-string keys

2014-07-02 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Goyal updated AVRO-680: -- Attachment: non_string_map_keys.zip Allow for non-string keys -

[jira] [Commented] (AVRO-695) Cycle Reference Support

2014-07-02 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14051012#comment-14051012 ] Sachin Goyal commented on AVRO-695: --- Thanks Doug. I created the patch using *diff -r* and