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

2013-03-27 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: --- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this.

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

2013-03-22 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: AVRO-1268.patch The parser-based approach ended up being more complicated than I had hoped

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

2013-03-21 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-MapSolution.patch Attaching the patch with the Map solution. The names

[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 strin

[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 patc

[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-11 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.sh AVRO-1268-needs-work.patch This needs some more lov

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

2013-03-08 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: GenericStringsPerf.patch I just noticed that GenericDatumReader#readString() does a Schema

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

2013-03-06 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.patch Thanks for the comments Doug. I wasn't thinking of the API compa

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

2013-03-05 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.patch I tried to cover the maven plugin tests, the compiler tests as w

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

2013-03-05 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: Status: Patch Available (was: Open) > Add java-class, java-key-class and java-element-c

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

2013-03-05 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: Description: Stringable types are java classes that can be serialized through strings (which