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

2014-05-19 Thread Jinal Shah (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002465#comment-14002465 ] Jinal Shah commented on AVRO-1316: -- I'm using 1.7.5 but still getting the error. So is the

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

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647205#comment-13647205 ] Scott Carey commented on AVRO-1316: --- I have not, but my schemas are only ~12K. I assume

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

2013-05-01 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647235#comment-13647235 ] Micah Huff commented on AVRO-1316: -- To tack on to [~trochee]'s comment, this is an issue f

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

2013-05-02 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647479#comment-13647479 ] Doug Cutting commented on AVRO-1316: I think using SchemaBuilder here would add mainten

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13647620#comment-13647620 ] Micah Huff commented on AVRO-1316: -- I agree with that approach [~cutting]. I am working on

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

2013-05-02 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13648047#comment-13648047 ] Scott Carey commented on AVRO-1316: --- The limit in the (Sun) java compiler is 64KB in enco

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13648053#comment-13648053 ] Micah Huff commented on AVRO-1316: -- You are correct. I mis-spoke in my comment attached. I

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

2013-05-02 Thread Jeremy Kahn (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13648060#comment-13648060 ] Jeremy Kahn commented on AVRO-1316: --- Scott's right about reducing the character count to

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13648076#comment-13648076 ] Micah Huff commented on AVRO-1316: -- That makes sense about needing to accommodate unicode

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

2013-05-03 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13648862#comment-13648862 ] Doug Cutting commented on AVRO-1316: Do the static _part fields need to be public? Sho

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13649984#comment-13649984 ] Doug Cutting commented on AVRO-1316: We might optimize the parse methods a bit so that:

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

2013-05-07 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650816#comment-13650816 ] Micah Huff commented on AVRO-1316: -- [~cutting]--That looks good. I ran our code through yo

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

2013-05-07 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651117#comment-13651117 ] Micah Huff commented on AVRO-1316: -- Looks good! Thank you Doug. > IDL cod

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

2013-05-07 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651254#comment-13651254 ] Scott Carey commented on AVRO-1316: --- Looks good. +1 > IDL code-generat

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

2013-05-07 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651392#comment-13651392 ] Micah Huff commented on AVRO-1316: -- [~cutting] -- We're having some troubles with a 1.7.4-

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13651402#comment-13651402 ] Doug Cutting commented on AVRO-1316: Micah, is that with my most recent version of the

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

2013-05-08 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651921#comment-13651921 ] Micah Huff commented on AVRO-1316: -- [~cutting]--I'm not positive this is actually an issue

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13653023#comment-13653023 ] Doug Cutting commented on AVRO-1316: Micah: any update here? I'd like to commit this.

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

2013-05-09 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653062#comment-13653062 ] Scott Carey commented on AVRO-1316: --- We could make it so that 1.7.4 code can read classes

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

2013-05-09 Thread Micah Huff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653259#comment-13653259 ] Micah Huff commented on AVRO-1316: -- [~cutting]--This ticket can be merged in. Thank you fo

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

2013-05-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653409#comment-13653409 ] Hudson commented on AVRO-1316: -- Integrated in AvroJava #372 (See [https://builds.apache.org/jo