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 2016/10/06 19:13:41 UTC

svn commit: r1763642 - /pig/trunk/CHANGES.txt

Author: daijy
Date: Thu Oct  6 19:13:41 2016
New Revision: 1763642

URL: http://svn.apache.org/viewvc?rev=1763642&view=rev
Log:
PIG-4951: Rename PIG_ATS_ENABLED constant

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1763642&r1=1763641&r2=1763642&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu Oct  6 19:13:41 2016
@@ -48,8 +48,6 @@ OPTIMIZATIONS
  
 BUG FIXES
 
-PIG-4951: Rename PIG_ATS_ENABLED constant (szita via daijy)
-
 PIG-3087: Refactor TestLogicalPlanBuilder to be meaningful (szita via daijy)
 
 PIG-4976: streaming job with store clause stuck if the script fail (daijy via knoguchi)
@@ -113,6 +111,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-4951: Rename PIG_ATS_ENABLED constant (szita via daijy)
+
 PIG-4947: LOAD with HBaseStorage using a mix of pure wildcards and prefixed wildcards results
   in empty maps for the pure wildcarded column families (daijy)