Description
This is a regression from PIG-2931.
I made changes so that $ signs in a replacement string get escaped by PreprocessorContext. But they shouldn't be escaped if they're already escaped.
In particular, TestScriptLanguage#bindLocalVariableTest2 is failing in trunk because $ signs are escaped by Pig#bind() and then escaped again by PreprocessorContext.
Attachments
Attachments
Issue Links
- is related to
-
PIG-3003 org.apache.pig.test.TestStreamingLocal.testSimpleOrderedReduceSideStreamingAfterFlatten fails with error related to BinInterSedesTupleRawComparator.compare
- Resolved