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:01 UTC

svn commit: r1526287 - /pig/trunk/test/org/apache/pig/impl/builtin/TestStreamingUDF.java

Author: rohini
Date: Wed Sep 25 20:21:01 2013
New Revision: 1526287

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

Modified:
    pig/trunk/test/org/apache/pig/impl/builtin/TestStreamingUDF.java

Modified: pig/trunk/test/org/apache/pig/impl/builtin/TestStreamingUDF.java
URL: http://svn.apache.org/viewvc/pig/trunk/test/org/apache/pig/impl/builtin/TestStreamingUDF.java?rev=1526287&r1=1526286&r2=1526287&view=diff
==============================================================================
--- pig/trunk/test/org/apache/pig/impl/builtin/TestStreamingUDF.java (original)
+++ pig/trunk/test/org/apache/pig/impl/builtin/TestStreamingUDF.java Wed Sep 25 20:21:01 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)
          * })
          */