[jira] [Updated] (AVRO-1535) permit aliases to null namespace

2014-06-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1535: --- Status: Patch Available (was: Open) Some tools are not namespace-aware, so it's important to be able

[jira] [Updated] (AVRO-1535) permit aliases to null namespace

2014-06-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1535: --- Attachment: AVRO-1535.patch Here's a patch that fixes this, by interpreting names of the form ".X" to

[jira] [Created] (AVRO-1535) permit aliases to null namespace

2014-06-30 Thread Doug Cutting (JIRA)
Doug Cutting created AVRO-1535: -- Summary: permit aliases to null namespace Key: AVRO-1535 URL: https://issues.apache.org/jira/browse/AVRO-1535 Project: Avro Issue Type: Improvement Com

[jira] [Resolved] (AVRO-1530) Java DataFileStream does not allow distinguishing between empty files and corrupt files

2014-06-30 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland resolved AVRO-1530. Resolution: Won't Fix Let's take this forward in HIVE-7316. We'll re-open this if needed. > Java Da

Re: Ruby gem fork - contribute back?

2014-06-30 Thread Willem van Bergen
I have attached another patch to AVRO-1499 that solves a big unicode encoding problem. Because we are using string.size instead of string.bytesize, we end up writing the number of characters instead of the number of bytes in Ruby 1.9+. I also took the liberty of removing the collect_hash mixin.

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

2014-06-30 Thread Willem van Bergen (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem van Bergen updated AVRO-1499: Attachment: AVRO-1499-2.patch - Ruby 1.8 compatibility changes are implemented in lib/avro/c

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

2014-06-30 Thread Willem van Bergen (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14047936#comment-14047936 ] Willem van Bergen commented on AVRO-1499: - I think it fails because the library use