You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2008/01/26 04:07:34 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12562807#action_12562807 ] 

Arun C Murthy commented on PIG-78:
----------------------------------

This is in trunk:

{noformat}
$ svn up
At revision 615427.
{noformat}


> 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
>             Fix For: 0.1.0
>
>
> {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.