You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Paul Tarjan (JIRA)" <ji...@apache.org> on 2009/10/31 11:47:59 UTC

[jira] Created: (HADOOP-6351) CSV Grammer should have } as disallowed in buffer

CSV Grammer should have } as disallowed in buffer
-------------------------------------------------

                 Key: HADOOP-6351
                 URL: https://issues.apache.org/jira/browse/HADOOP-6351
             Project: Hadoop Common
          Issue Type: Bug
          Components: record
            Reporter: Paul Tarjan


The CSV Writer outputs stuff like :

v{s{#5052494d415259,#505249...4e3e}}

Which by the grammar should still have the }} being part of the buffer. If you add "}" as a disallowed character, then this is parsable.

Grammar is under CSV here : http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/record/package-summary.html

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