[ 
https://issues.apache.org/jira/browse/PIG-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402430#comment-13402430
 ] 

Julien Le Dem commented on PIG-2697:
------------------------------------

it seems org.apache.pig.pigunit.PigTest does not compile anymore.
{noformat}
    [javac] 
/Users/julien/svn/pig/trunk-PIG-2748/test/org/apache/pig/pigunit/PigTest.java:254:
 
stringifySchema(java.lang.StringBuilder,org.apache.pig.impl.logicalLayer.schema.Schema,byte,int)
 in org.apache.pig.impl.logicalLayer.schema.Schema cannot be applied to 
(java.lang.StringBuilder,org.apache.pig.impl.logicalLayer.schema.Schema,byte)
    [javac]     Schema.stringifySchema(sb, pig.dumpSchema(aliasInput), 
DataType.TUPLE) ;
{noformat}
                
> pretty print schema
> -------------------
>
>                 Key: PIG-2697
>                 URL: https://issues.apache.org/jira/browse/PIG-2697
>             Project: Pig
>          Issue Type: Improvement
>          Components: grunt
>            Reporter: Raghu Angadi
>            Assignee: Raghu Angadi
>             Fix For: 0.11
>
>         Attachments: PIG-2697.patch, PIG-2697.patch
>
>
> currently 'describe' dumps the schema in one line. If you have a long or 
> complicated schema, it is pretty much impossible to figure out how the schema 
> looks or what the fileds are.
> will provide an example below.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to