[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-03-20 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13607768#comment-13607768 ] Doug Cutting commented on AVRO-1274: Schema, Field, Protocol and Message do actually

[jira] [Commented] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13607783#comment-13607783 ] Doug Cutting commented on AVRO-1268: The tests that are running altered code are

[jira] [Commented] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Alexandre Normand (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13607815#comment-13607815 ] Alexandre Normand commented on AVRO-1268: - There could be some impact in reading

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-03-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13607846#comment-13607846 ] Scott Carey commented on AVRO-1274: --- I agree, don't hold this up. It appears to be the

[jira] [Commented] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Alexandre Normand (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13607947#comment-13607947 ] Alexandre Normand commented on AVRO-1268: - To clarify my previous comment, the

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-03-20 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13607952#comment-13607952 ] Tom White commented on AVRO-1274: - Thanks for taking a look Scott. I agree that over time

[jira] [Created] (AVRO-1276) Support previousSync() call on DataFileWriter as it exists in DataFileReader

2013-03-20 Thread matt mead (JIRA)
matt mead created AVRO-1276: --- Summary: Support previousSync() call on DataFileWriter as it exists in DataFileReader Key: AVRO-1276 URL: https://issues.apache.org/jira/browse/AVRO-1276 Project: Avro

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-03-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608218#comment-13608218 ] Scott Carey commented on AVRO-1274: --- Another type of schema that the builder cannot

[jira] [Commented] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Alexandre Normand (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608343#comment-13608343 ] Alexandre Normand commented on AVRO-1268: - I made a few incremental changes to my

[jira] [Commented] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608353#comment-13608353 ] Doug Cutting commented on AVRO-1268: The numbers (some faster, some slower) sound like

[jira] [Updated] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Alexandre Normand (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Normand updated AVRO-1268: Attachment: AVRO-1268-performance.patch Here's the patch. Consider this as a draft patch as

[jira] [Updated] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1268: --- Attachment: pseudo.patch I'm still optimistic that we can get rid of these map lookups. Here's a

[jira] [Updated] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1268: --- Attachment: pseudo.patch Add java-class, java-key-class and java-element-class support for

[jira] [Commented] (AVRO-1268) Add java-class, java-key-class and java-element-class support for stringable types to SpecificData

2013-03-20 Thread Alexandre Normand (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608458#comment-13608458 ] Alexandre Normand commented on AVRO-1268: - I think it would work. I'll try to get