svn commit: r657836 - in /incubator/pig/branches/types: src/org/apache/pig/impl/logicalLayer/parser/QueryParser.jjt test/org/apache/pig/test/TestLogicalPlanBuilder.java

2008-05-19 Thread gates
Author: gates Date: Mon May 19 07:30:30 2008 New Revision: 657836 URL: http://svn.apache.org/viewvc?rev=657836view=rev Log: PIG-159 Santhosh's addition of explicit casts to the grammar. Modified: incubator/pig/branches/types/src/org/apache/pig/impl/logicalLayer/parser/QueryParser.jjt

svn commit: r657848 - in /incubator/pig/branches/types: ./ src/org/apache/pig/ src/org/apache/pig/builtin/ src/org/apache/pig/data/ src/org/apache/pig/impl/logicalLayer/

2008-05-19 Thread gates
Author: gates Date: Mon May 19 08:15:19 2008 New Revision: 657848 URL: http://svn.apache.org/viewvc?rev=657848view=rev Log: Fixed a few TODO FIXs, added DOUBLE to isAtomic in DataType. Modified: incubator/pig/branches/types/build.xml

svn commit: r657939 - in /incubator/pig/branches/types: ./ src/org/apache/pig/ src/org/apache/pig/backend/hadoop/executionengine/ src/org/apache/pig/backend/hadoop/executionengine/mapreduceExec/ src/o

2008-05-19 Thread gates
Author: gates Date: Mon May 19 12:45:33 2008 New Revision: 657939 URL: http://svn.apache.org/viewvc?rev=657939view=rev Log: Make it all compile. With this patch we can now return the build.xml compile-sources rule to its previous state of building all java files below src. There are a number