You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2009/01/31 02:48:59 UTC

[jira] Updated: (PIG-648) BinStorage fails when it finds markers unexpectedly in the data

     [ https://issues.apache.org/jira/browse/PIG-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pradeep Kamath updated PIG-648:
-------------------------------

    Status: Patch Available  (was: Open)

Attached patch which now uses ctrl-A, Ctrl-B, Ctrl-C (0x01,0x02,0x03) as teh rcord markers.

> BinStorage fails when it finds markers unexpectedly in the data
> ---------------------------------------------------------------
>
>                 Key: PIG-648
>                 URL: https://issues.apache.org/jira/browse/PIG-648
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Pradeep Kamath
>            Assignee: Pradeep Kamath
>             Fix For: types_branch
>
>         Attachments: PIG-648.patch
>
>
> The current record begin marker used in BinStorage is the consecutive sequence- 0x21,0x31,0x41 - these byte correspond to the ascii characters "!1A". This sequence is not very strong as a marker - this results in failures when the sequence occurs in the data - the markers should be control characters which have a high probability of not occurring in the data.

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