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 2016/10/12 21:46:53 UTC

svn commit: r1764553 - in /pig/trunk: CHANGES.txt test/e2e/pig/tests/nightly.conf

Author: rohini
Date: Wed Oct 12 21:46:53 2016
New Revision: 1764553

URL: http://svn.apache.org/viewvc?rev=1764553&view=rev
Log:
PIG-5038: Pig Limit_2 e2e test failed with sort check (Konstantin_Harasov via rohini)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/test/e2e/pig/tests/nightly.conf

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1764553&r1=1764552&r2=1764553&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Oct 12 21:46:53 2016
@@ -48,6 +48,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-5038: Pig Limit_2 e2e test failed with sort check (Konstantin_Harasov via rohini)
+
 PIG-5039: TestTypeCheckingValidatorNewLP.TestTypeCheckingValidatorNewLP is failing (nkollar via knoguchi)
 
 PIG-3087: Refactor TestLogicalPlanBuilder to be meaningful (szita via daijy)

Modified: pig/trunk/test/e2e/pig/tests/nightly.conf
URL: http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/tests/nightly.conf?rev=1764553&r1=1764552&r2=1764553&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/tests/nightly.conf (original)
+++ pig/trunk/test/e2e/pig/tests/nightly.conf Wed Oct 12 21:46:53 2016
@@ -2186,7 +2186,7 @@ store d into ':OUTPATH:';\,
 b = order a by $0, $1, $2;
 c = limit b 100;
 store c into ':OUTPATH:';\,
-            	'sortArgs' => ['-t', '	', '-k', '1,3'],
+            	'sortArgs' => ['-t', '	', '-k', '1,2'],
 			},
 			{
 				# Make sure that limit higher than number of rows doesn't mess stuff up