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:32:05 UTC

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

Chris Nauroth created PIG-4440:
----------------------------------

             Summary: 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


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)