[
https://issues.apache.org/jira/browse/PIG-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986813#action_12986813
]
Richard Ding commented on PIG-1819:
-----------------------------------
We're using Pig's parameter substitution parser to bind variables to the
parameters (which are marked by $). The parser doesn't allow $ in the variable
values (resulting in a parser exception). Basically, you can't substitute a
$param with a $var.
> For implicit binding, Jython embedded Pig should skip any variable/value that
> contains $.
> ------------------------------------------------------------------------------------------
>
> Key: PIG-1819
> URL: https://issues.apache.org/jira/browse/PIG-1819
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.9.0
> Reporter: Richard Ding
> Assignee: Richard Ding
> Fix For: 0.9.0
>
> Attachments: PIG-1819.patch
>
>
> We use the Pig parameter substitution for the bindings so variable/value that
> contains $ cannot be used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.