Re: Branch missing for 1.6

2012-05-08 Thread Scott Carey
We branch lazily. If this is work locally and you do not need to commit, then the 1.6.3 tag is the correct location. Once a committer needs a branch in order to commit a change that that does not overlap with trunk, we create the branch. In this case, if you need to commit a patch that follows

[jira] [Commented] (AVRO-1066) ArrayIndexOutOfBoundsException in ParsingEncoder when trying to use a json encoder to serialize a deep object graph

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13270806#comment-13270806 ] Doug Cutting commented on AVRO-1066: Why the addition of the Accessor interface? A

[jira] [Commented] (AVRO-1070) AvroSequenceFileOutputFormat is in wrong package.

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13270811#comment-13270811 ] Doug Cutting commented on AVRO-1070: +1 This is the right fix. It's not something

[jira] [Updated] (AVRO-1070) AvroSequenceFileOutputFormat is in wrong package.

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1070: --- Fix Version/s: 1.7.0 Hadoop Flags: Reviewed Status: Patch Available (was: Open)

[jira] [Updated] (AVRO-1071) Fix CHANGES.txt reference to AVRO-656 rather than AVRO-246.

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1071: --- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this. Thanks, Jakob!

[jira] [Commented] (AVRO-1073) JSON binary encoding doesn't work

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13270848#comment-13270848 ] Doug Cutting commented on AVRO-1073: Can you please provide a test case that fails?

[jira] [Commented] (AVRO-1072) The JSON encoder doesn't handle non-ASCII character properly

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13270857#comment-13270857 ] Doug Cutting commented on AVRO-1072: Avro's JsonEncoder.java specifies the UTF-8

[jira] [Updated] (AVRO-1075) Missing entries in .gitignore

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1075: --- Resolution: Fixed Assignee: Karthik K Status: Resolved (was: Patch Available) I

[jira] [Commented] (AVRO-1076) Bug - o.a.a.Protocol equals : props field

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13270863#comment-13270863 ] Doug Cutting commented on AVRO-1076: Good catch. Can you please add a test case that

[jira] [Updated] (AVRO-1074) Suggested optimization for Utf8.length()

2012-05-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1074: --- Attachment: AVRO-1074.patch Here's a patch that implements Wolfgang's suggestion. Tests pass.

[jira] [Commented] (AVRO-1066) ArrayIndexOutOfBoundsException in ParsingEncoder when trying to use a json encoder to serialize a deep object graph

2012-05-08 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13271032#comment-13271032 ] Thiruvalluvan M. G. commented on AVRO-1066: --- Oops! That was a mistake in the