You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/11/12 05:59:39 UTC

[jira] Assigned: (PIG-78) src/org/apache/pig/builtin/PigStorage.java doesn't compile

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

Alan Gates reassigned PIG-78:
-----------------------------

    Assignee: Arun C Murthy

> src/org/apache/pig/builtin/PigStorage.java doesn't compile
> ----------------------------------------------------------
>
>                 Key: PIG-78
>                 URL: https://issues.apache.org/jira/browse/PIG-78
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 0.1.0
>
>         Attachments: PIG-78_0_20080125.patch
>
>
> {noformat}
> compile:
>      [echo] *** Building Main Sources ***
>     [javac] Compiling 6 source files to /Users/arunc/dev/java/pig/trunk/dist
>     [javac] /Users/arunc/dev/java/pig/trunk/src/org/apache/pig/builtin/PigStorage.java:85: cannot find symbol
>     [javac] symbol  : method getBytes(java.nio.charset.Charset)
>     [javac] location: class java.lang.String
>     [javac]         os.write((f.toDelimitedString(this.fieldDel) + (char)this.recordDel).getBytes(utf8));
>     [javac]                  ^
> {noformat}

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