Author: pradeepkth
Date: Thu Nov 19 01:07:58 2009
New Revision: 882024
URL: http://svn.apache.org/viewvc?rev=882024&view=rev
Log:
updated CHANGES.txt with recent commit information
Modified:
hadoop/pig/branches/load-store-redesign/CHANGES.txt
Modified: hadoop/pig/branches/load-store-redesign/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/pig/branches/load-store-redesign/CHANGES.txt?rev=882024&r1=882023&r2=882024&view=diff
==============================================================================
--- hadoop/pig/branches/load-store-redesign/CHANGES.txt (original)
+++ hadoop/pig/branches/load-store-redesign/CHANGES.txt Thu Nov 19 01:07:58 2009
@@ -24,6 +24,14 @@
INCOMPATIBLE CHANGES
+PIG-966: load-store-redesign branch: change SampleLoader and subclasses to
+work with new LoadFunc interface (thejas via pradeepkth)
+
+PIG-1094: Fix unit tests corresponding to source changes so far (pradeepkth)
+
+PIG-1090: Update sources to reflect recent changes in load-store interfaces
+(pradeepkth)
+
IMPROVEMENTS
PIG-953: Enable merge join in pig to work with loaders and store functions