Author: olga
Date: Wed Dec 12 15:08:55 2007
New Revision: 603771

URL: http://svn.apache.org/viewvc?rev=603771&view=rev
Log:
PIG-32: incremental changes to split logical and physical plan

Modified:
    incubator/pig/branches/plan/CHANGES.txt
    incubator/pig/branches/plan/build.xml

Modified: incubator/pig/branches/plan/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/plan/CHANGES.txt?rev=603771&r1=603770&r2=603771&view=diff
==============================================================================
--- incubator/pig/branches/plan/CHANGES.txt (original)
+++ incubator/pig/branches/plan/CHANGES.txt Wed Dec 12 15:08:55 2007
@@ -37,3 +37,6 @@
        PIG-7: Added use of combiner in some restricted cases. (gates)
        
        PIG-29: fixed bag factory to be properly initialized (utkarsh)
+
+       PIG-32: incremental changes to split logical and physical plans 
(antmagna
+       via olgan)

Modified: incubator/pig/branches/plan/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/plan/build.xml?rev=603771&r1=603770&r2=603771&view=diff
==============================================================================
--- incubator/pig/branches/plan/build.xml (original)
+++ incubator/pig/branches/plan/build.xml Wed Dec 12 15:08:55 2007
@@ -124,7 +124,7 @@
                        <formatter type="${test.junit.output.format}" />
                        <batchtest fork="yes" todir="test/reports">
                                <fileset dir="test">
-                                       <include name="**/*Test*.java" />
+                                       <include 
name="**/*TestAbstraction*.java" />
                                        <exclude name="**/TestLargeFile.java" />
                                        <exclude name="**/nightly/**" />
                                </fileset>


Reply via email to