[jira] [Commented] (AVRO-1197) Avro Java mapreduce pom depends on IPC test jar which is not exposed

2012-11-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493307#comment-13493307 ] Doug Cutting commented on AVRO-1197: Mike, I wonder why this works for me? I'm using

[jira] [Commented] (AVRO-1199) SortedKeyValueFile$Writer.append method have a puzzle for the sorted key

2012-11-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493314#comment-13493314 ] Doug Cutting commented on AVRO-1199: Yes, this looks like a bug that we should fix. A

[jira] [Commented] (AVRO-1197) Avro Java mapreduce pom depends on IPC test jar which is not exposed

2012-11-08 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493457#comment-13493457 ] Mike Percy commented on AVRO-1197: -- I was running mvn clean install -DskipTests ... I can

[jira] [Updated] (AVRO-1198) Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException

2012-11-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1198: --- Attachment: AVRO-1198.patch The user didn't pass the negative length so IllegalArgumentException is

[jira] [Updated] (AVRO-1197) Avro Java mapreduce pom depends on IPC test jar which is not exposed

2012-11-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1197: --- Resolution: Fixed Status: Resolved (was: Patch Available) I wasn't running 'mvn install',

[jira] [Created] (AVRO-1200) DatumWriter can write malformed data if collection is modified during write

2012-11-08 Thread Tom White (JIRA)
Tom White created AVRO-1200: --- Summary: DatumWriter can write malformed data if collection is modified during write Key: AVRO-1200 URL: https://issues.apache.org/jira/browse/AVRO-1200 Project: Avro

[jira] [Updated] (AVRO-1200) DatumWriter can write malformed data if collection is modified during write

2012-11-08 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated AVRO-1200: Attachment: AVRO-1200.patch Here's a patch that changes the write methods to throw

[jira] [Commented] (AVRO-1200) DatumWriter can write malformed data if collection is modified during write

2012-11-08 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493563#comment-13493563 ] Doug Cutting commented on AVRO-1200: +1 The patch looks good. Thanks, Tom, for finding

[jira] [Commented] (AVRO-1199) SortedKeyValueFile$Writer.append method have a puzzle for the sorted key

2012-11-08 Thread Libing Sun (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493714#comment-13493714 ] Libing Sun commented on AVRO-1199: -- Why not use the serialize and deserialize, How about

[jira] [Commented] (AVRO-1198) Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException

2012-11-08 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493803#comment-13493803 ] Mike Percy commented on AVRO-1198: -- Doug, this looks good to me. I suppose we should add a