You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Milind Bhandarkar (JIRA)" <ji...@apache.org> on 2007/03/08 01:00:34 UTC

[jira] Created: (HADOOP-1088) Csv and Xml serialization for buffers do not work for byte value of -1

Csv and Xml serialization for buffers do not work for byte value of -1
----------------------------------------------------------------------

                 Key: HADOOP-1088
                 URL: https://issues.apache.org/jira/browse/HADOOP-1088
             Project: Hadoop
          Issue Type: Bug
          Components: record
    Affects Versions: 0.12.0
         Environment: All
            Reporter: Milind Bhandarkar
         Assigned To: Milind Bhandarkar
            Priority: Blocker
             Fix For: 0.12.1
         Attachments: jute-patch.txt

If the buffer contains a byte with value -1, the CSV and XML formats do not serialize correctly. Patch follows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1088) Csv and Xml serialization for buffers do not work for byte value of -1

Posted by "Milind Bhandarkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milind Bhandarkar updated HADOOP-1088:
--------------------------------------

    Attachment: jute-patch.txt

Fixed.

> Csv and Xml serialization for buffers do not work for byte value of -1
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-1088
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1088
>             Project: Hadoop
>          Issue Type: Bug
>          Components: record
>    Affects Versions: 0.12.0
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Blocker
>             Fix For: 0.12.1
>
>         Attachments: jute-patch.txt
>
>
> If the buffer contains a byte with value -1, the CSV and XML formats do not serialize correctly. Patch follows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1088) Csv and Xml serialization for buffers do not work for byte value of -1

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-1088:
---------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Milind!

> Csv and Xml serialization for buffers do not work for byte value of -1
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-1088
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1088
>             Project: Hadoop
>          Issue Type: Bug
>          Components: record
>    Affects Versions: 0.12.0
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Blocker
>             Fix For: 0.12.1
>
>         Attachments: jute-patch.txt
>
>
> If the buffer contains a byte with value -1, the CSV and XML formats do not serialize correctly. Patch follows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1088) Csv and Xml serialization for buffers do not work for byte value of -1

Posted by "Milind Bhandarkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milind Bhandarkar updated HADOOP-1088:
--------------------------------------

    Status: Patch Available  (was: Open)

This is a critical bug-fix in record I/O.

> Csv and Xml serialization for buffers do not work for byte value of -1
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-1088
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1088
>             Project: Hadoop
>          Issue Type: Bug
>          Components: record
>    Affects Versions: 0.12.0
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Blocker
>             Fix For: 0.12.1
>
>         Attachments: jute-patch.txt
>
>
> If the buffer contains a byte with value -1, the CSV and XML formats do not serialize correctly. Patch follows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.