[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings > 65536 bytes (in UTF8 form) using BinStorage()

2009-01-30 Thread Laukik Chitnis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669099#action_12669099 ] Laukik Chitnis commented on PIG-560: In the current patch, when the length is <65536, the

[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings > 65536 bytes (in UTF8 form) using BinStorage()

2009-01-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669098#action_12669098 ] Olga Natkovich commented on PIG-560: +1 > UTFDataFormatException (encoded string too long

[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings > 65536 bytes (in UTF8 form) using BinStorage()

2009-01-30 Thread Laukik Chitnis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669097#action_12669097 ] Laukik Chitnis commented on PIG-560: In the current patch, when the length is <65536, the

[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings > 65536 bytes (in UTF8 form) using BinStorage()

2009-01-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669060#action_12669060 ] Olga Natkovich commented on PIG-560: I think the unit test was added for BinaryStorage not

[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings > 65536 bytes (in UTF8 form) using BinStorage()

2009-01-29 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668710#action_12668710 ] Olga Natkovich commented on PIG-560: We know that since we put this changes into the produ

[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings > 65536 bytes (in UTF8 form) using BinStorage()

2009-01-29 Thread Laukik Chitnis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668688#action_12668688 ] Laukik Chitnis commented on PIG-560: The writeUTF() method was adding 2 bytes per string;

[jira] Commented: (PIG-560) UTFDataFormatException (encoded string too long) is thrown when storing strings > 65536 bytes (in UTF8 form) using BinStorage()

2009-01-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668682#action_12668682 ] Alan Gates commented on PIG-560: I'm concerned here that we're adding 2 bytes to every string