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
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.