Author: daijy
Date: Mon Apr 12 19:15:35 2010
New Revision: 933372

URL: http://svn.apache.org/viewvc?rev=933372&view=rev
Log:
PIG-1330: Move pruned schema tracking logic from LoadFunc to core code

Modified:
    hadoop/pig/branches/branch-0.7/src/org/apache/pig/LoadMetadata.java

Modified: hadoop/pig/branches/branch-0.7/src/org/apache/pig/LoadMetadata.java
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/src/org/apache/pig/LoadMetadata.java?rev=933372&r1=933371&r2=933372&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.7/src/org/apache/pig/LoadMetadata.java 
(original)
+++ hadoop/pig/branches/branch-0.7/src/org/apache/pig/LoadMetadata.java Mon Apr 
12 19:15:35 2010
@@ -39,7 +39,7 @@ public interface LoadMetadata {
      * @return schema for the data to be loaded. This schema should represent
      * all tuples of the returned data.  If the schema is unknown or it is
      * not possible to return a schema that represents all returned data,
-     * then null should be returned. The schema should not affected by 
pushProjection, ie.
+     * then null should be returned. The schema should not be affected by 
pushProjection, ie.
      * getSchema should always return the original schema even after 
pushProjection
      * @throws IOException if an exception occurs while determining the schema
      */
@@ -88,4 +88,4 @@ public interface LoadMetadata {
      */
     void setPartitionFilter(Expression partitionFilter) throws IOException;
 
-}
\ No newline at end of file
+}


Reply via email to