Author: pradeepkth
Date: Tue Jun 9 22:16:35 2009
New Revision: 783157
URL: http://svn.apache.org/viewvc?rev=783157&view=rev
Log:
added entry in CHANGES.txt into 0.3 branch section for PIG-835 since PIG-835
has been committed to the 0.3 branch also
Modified:
hadoop/pig/trunk/CHANGES.txt
Modified: hadoop/pig/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=783157&r1=783156&r2=783157&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Tue Jun 9 22:16:35 2009
@@ -79,6 +79,10 @@
BUG FIXES
+PIG-835: Multiquery optimization does not handle the case where the map keys
+in the split plans have different key types (tuple and non tuple key type)
+(pradeepkth)
+
PIG-839: incorrect return codes on failure when using -f or -e flags (hagletin
via sms)