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/11/09 18:01:55 UTC

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

Author: daijy
Date: Wed Nov  9 18:01:55 2016
New Revision: 1769006

URL: http://svn.apache.org/viewvc?rev=1769006&view=rev
Log:
PIG-5048: HiveUDTF fail if it is the first expression in projection

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1769006&r1=1769005&r2=1769006&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Nov  9 18:01:55 2016
@@ -59,8 +59,6 @@ OPTIMIZATIONS
  
 BUG FIXES
 
-PIG-5048: HiveUDTF fail if it is the first expression in projection (nkollar via daijy)
-
 PIG-5049: Cleanup e2e tests turing_jython.conf (Daniel Dai)
 
 PIG-5033: MultiQueryOptimizerTez creates bad plan with union, split and FRJoin (rohini,tmwoordruff via rohini)
@@ -145,6 +143,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-5048: HiveUDTF fail if it is the first expression in projection (nkollar via daijy)
+
 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