Author: daijy
Date: Wed Nov 9 18:01:01 2016
New Revision: 1769004
URL: http://svn.apache.org/viewvc?rev=1769004&view=rev
Log:
PIG-5048: HiveUDTF fail if it is the first expression in projection
Modified:
pig/branches/branch-0.16/CHANGES.txt
Modified: pig/branches/branch-0.16/CHANGES.txt
URL:
http://svn.apache.org/viewvc/pig/branches/branch-0.16/CHANGES.txt?rev=1769004&r1=1769003&r2=1769004&view=diff
==============================================================================
--- pig/branches/branch-0.16/CHANGES.txt (original)
+++ pig/branches/branch-0.16/CHANGES.txt Wed Nov 9 18:01:01 2016
@@ -32,6 +32,8 @@ OPTIMIZATIONS
BUG FIXES
+PIG-5048: HiveUDTF fail if it is the first expression in projection (nkollar
via daijy)
+
PIG-5033: MultiQueryOptimizerTez creates bad plan with union, split and FRJoin
(rohini,tmwoordruff via rohini)
PIG-5041: RoundRobinPartitioner is not deterministic when order of input
records change (rohini)