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

oleksii iepishkin commented on PIG-3432:
----------------------------------------

I've attached the patch to this ticket.

Just in case here is how the patch has been created:
{code}
git clone [email protected]:apache/pig.git
cd pig
git checkout trunk

# merge pull request
curl https://github.com/apache/pig/pull/11.patch | git am

#create patch file for apache (I wish it was easier for a simple typo fix)
git reset HEAD~
git diff --no-prefix > PIG-3432.patch
{code}
                
> typo in log message in SchemaTupleFrontend
> ------------------------------------------
>
>                 Key: PIG-3432
>                 URL: https://issues.apache.org/jira/browse/PIG-3432
>             Project: Pig
>          Issue Type: Bug
>            Reporter: oleksii iepishkin
>         Attachments: PIG-3432.patch
>
>
> https://github.com/apache/pig/pull/11.patch

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to