You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/12/20 17:27:45 UTC

svn commit: r1424572 - /pig/branches/branch-0.10/CHANGES.txt

Author: daijy
Date: Thu Dec 20 16:27:44 2012
New Revision: 1424572

URL: http://svn.apache.org/viewvc?rev=1424572&view=rev
Log:
Pig unit test fixes for TestGrunt(1), TestStore(2), TestEmptyInputDir(3)

Modified:
    pig/branches/branch-0.10/CHANGES.txt

Modified: pig/branches/branch-0.10/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/CHANGES.txt?rev=1424572&r1=1424571&r2=1424572&view=diff
==============================================================================
--- pig/branches/branch-0.10/CHANGES.txt (original)
+++ pig/branches/branch-0.10/CHANGES.txt Thu Dec 20 16:27:44 2012
@@ -38,7 +38,7 @@ PIG-2727: PigStorage Source tagging does
 
 BUG FIXES
 
-PIG-3099: Pig unit test fixes for TestGrunt(1), TestStore(2), TestEmptyInputDir(3)
+PIG-3099: Pig unit test fixes for TestGrunt(1), TestStore(2), TestEmptyInputDir(3) (vikram.dixit via daijy)
 
 PIG-3035: With latest version of hadoop23 pig does not return the correct exception stack trace from backend (rohini)