svn commit: r935000 - in /hadoop/pig/trunk: CHANGES.txt src/org/apache/pig/impl/logicalLayer/optimizer/PushDownForeachFlatten.java test/org/apache/pig/test/TestPushDownForeachFlatten.java

2010-04-16 Thread daijy
Author: daijy Date: Fri Apr 16 17:14:49 2010 New Revision: 935000 URL: http://svn.apache.org/viewvc?rev=935000view=rev Log: PIG-1374: PushDownForeachFlatten shall not push ForEach below Join if the flattened fields is used in the next statement Modified: hadoop/pig/trunk/CHANGES.txt

svn commit: r935001 - in /hadoop/pig/branches/branch-0.7: CHANGES.txt src/org/apache/pig/impl/logicalLayer/optimizer/PushDownForeachFlatten.java test/org/apache/pig/test/TestPushDownForeachFlatten.jav

2010-04-16 Thread daijy
Author: daijy Date: Fri Apr 16 17:18:47 2010 New Revision: 935001 URL: http://svn.apache.org/viewvc?rev=935001view=rev Log: PIG-1374: PushDownForeachFlatten shall not push ForEach below Join if the flattened fields is used in the next statement Modified:

svn commit: r935002 - in /hadoop/pig/trunk: CHANGES.txt src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigTextOutputFormat.java src/org/apache/pig/builtin/PigStorage.java

2010-04-16 Thread rding
Author: rding Date: Fri Apr 16 17:21:26 2010 New Revision: 935002 URL: http://svn.apache.org/viewvc?rev=935002view=rev Log: PIG-1348: PigStorage making unnecessary byte array copy when storing data Added:

svn commit: r935101 - /hadoop/pig/trunk/src/org/apache/pig/impl/logicalLayer/optimizer/PushDownForeachFlatten.java

2010-04-16 Thread daijy
Author: daijy Date: Sat Apr 17 00:38:48 2010 New Revision: 935101 URL: http://svn.apache.org/viewvc?rev=935101view=rev Log: PIG-1374: PushDownForeachFlatten shall not push ForEach below Join if the flattened fields is used in the next statement Modified:

svn commit: r935102 - /hadoop/pig/branches/branch-0.7/src/org/apache/pig/impl/logicalLayer/optimizer/PushDownForeachFlatten.java

2010-04-16 Thread daijy
Author: daijy Date: Sat Apr 17 00:40:23 2010 New Revision: 935102 URL: http://svn.apache.org/viewvc?rev=935102view=rev Log: PIG-1374: PushDownForeachFlatten shall not push ForEach below Join if the flattened fields is used in the next statement Modified: