You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ro...@apache.org on 2013/09/25 22:21:39 UTC

svn commit: r1526288 - /pig/branches/branch-0.12/test/org/apache/pig/impl/builtin/TestStreamingUDF.java

Author: rohini
Date: Wed Sep 25 20:21:39 2013
New Revision: 1526288

URL: http://svn.apache.org/r1526288
Log:
PIG-2417 - fix for compilation failure due to unmappable character for encoding UTF8 (jeremykarn via rohini)

Modified:
    pig/branches/branch-0.12/test/org/apache/pig/impl/builtin/TestStreamingUDF.java

Modified: pig/branches/branch-0.12/test/org/apache/pig/impl/builtin/TestStreamingUDF.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/test/org/apache/pig/impl/builtin/TestStreamingUDF.java?rev=1526288&r1=1526287&r2=1526288&view=diff
==============================================================================
--- pig/branches/branch-0.12/test/org/apache/pig/impl/builtin/TestStreamingUDF.java (original)
+++ pig/branches/branch-0.12/test/org/apache/pig/impl/builtin/TestStreamingUDF.java Wed Sep 25 20:21:39 2013
@@ -284,8 +284,8 @@ public class TestStreamingUDF {
         /*
          * Expected output for first tuple.
          * (10,
-         * {(user1,10,(,32,1000000099990000,32.0,3200.12346785,Some String,Hello\u2026Hello,HelloƒHello,Some Byte Array),
-         *   [Simple Name#Simple Value,SomeNum#32,WeirdƒName#Weird ƒ Value],ƒ)
+         * {(user1,10,(,32,1000000099990000,32.0,3200.12346785,Some String,Hello\u2026Hello,Hello\u2026Hello,Some Byte Array),
+         *   [Simple Name#Simple Value,SomeNum#32,Weird\u2026Name#Weird \u2026 Value],\u2026)
          * })
          */