svn commit: r1001110 - in /hadoop/pig/trunk: CHANGES.txt src/org/apache/pig/newplan/logical/rules/PushUpFilter.java test/org/apache/pig/test/TestNewPlanFilterRule.java

2010-09-24 Thread daijy
Author: daijy Date: Fri Sep 24 23:45:04 2010 New Revision: 1001110 URL: http://svn.apache.org/viewvc?rev=1001110view=rev Log: PIG-1639: New logical plan: PushUpFilter should not push before group/cogroup if filter condition contains UDF Modified: hadoop/pig/trunk/CHANGES.txt

svn commit: r1001118 - in /hadoop/pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs: cookbook.xml piglatin_ref2.xml udf.xml

2010-09-24 Thread olga
Author: olga Date: Sat Sep 25 01:10:29 2010 New Revision: 1001118 URL: http://svn.apache.org/viewvc?rev=1001118view=rev Log: PIG-1600: Docs update (chandec via olgan) Modified: hadoop/pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/cookbook.xml

svn commit: r1001123 - in /hadoop/pig/branches/branch-0.8: CHANGES.txt src/org/apache/pig/impl/builtin/PoissonSampleLoader.java src/org/apache/pig/impl/builtin/RandomSampleLoader.java

2010-09-24 Thread yanz
Author: yanz Date: Sat Sep 25 01:53:27 2010 New Revision: 1001123 URL: http://svn.apache.org/viewvc?rev=1001123view=rev Log: PIG-1645: Using both small split combination and temporary file compression on a query of ORDER BY may cause crash (yanz) Modified: