[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-02 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Huff updated AVRO-1316: - Labels: patch (was: ) Affects Version/s: 1.7.5 Release Note: Correct java compilat

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-02 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Huff updated AVRO-1316: - Attachment: AVRO-1316.patch Instead of a single string constant, we split the String up into 65K chunks as

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-03 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Huff updated AVRO-1316: - Attachment: AVRO-1316.patch Here is the latest version of this patch. This accounts for the troubles we ma

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-06 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Huff updated AVRO-1316: - Attachment: AVRO-1316.patch [~cutting] -- I've updated the parse methods for both schema and protocol to b

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-06 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Huff updated AVRO-1316: - Attachment: AVRO-1316.patch [~cutting]--attached is the updated patch with your comments addressed. [~tro

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1316: --- Attachment: AVRO-1316.patch Here's a version of the patch with a few modifications: - use a StringBui

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-06 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1316: --- Attachment: AVRO-1316.patch Version without debug print statements. > IDL code-genera

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-07 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1316: --- Attachment: AVRO-1316.patch Micah, thanks for validating the patch. Here's a slightly updated version

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-07 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1316: --- Affects Version/s: (was: 1.7.5) Fix Version/s: 1.7.5 Assignee: Jeremy Kahn

[jira] [Updated] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

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