You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2015/03/02 22:33:04 UTC

[jira] [Updated] (PIG-4440) Some code samples in documentation use Unicode left/right single quotes, which cause a parse failure.

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

Chris Nauroth updated PIG-4440:
-------------------------------
    Attachment: PIG-4440.001.patch

I'm attaching a patch that replaces occurrences of left single quote and right single quote with the ASCII single quote that is recognized as valid Pig script syntax.  Can someone please assign the issue to me?  Thanks!

> Some code samples in documentation use Unicode left/right single quotes, which cause a parse failure.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: PIG-4440
>                 URL: https://issues.apache.org/jira/browse/PIG-4440
>             Project: Pig
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.14.0
>            Reporter: Chris Nauroth
>            Priority: Minor
>         Attachments: PIG-4440.001.patch
>
>
> The current Pig documentation contains several code samples that wrap strings as 'string', using the Unicode code points for left single quote (U+2018) and right single quote (U+2019).  This is not valid syntax in a Pig script.  This can cause confusion for new users who are trying to get started by copy-pasting code samples from documentation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)