Author: hashutosh
Date: Tue Mar 16 18:48:27 2010
New Revision: 923931

URL: http://svn.apache.org/viewvc?rev=923931&view=rev
Log:
PIG-1292 : Additonal check-ins for 1292.

Modified:
    
hadoop/pig/trunk/contrib/zebra/src/java/org/apache/hadoop/zebra/pig/TableLoader.java
    hadoop/pig/trunk/src/org/apache/pig/CollectableLoadFunc.java

Modified: 
hadoop/pig/trunk/contrib/zebra/src/java/org/apache/hadoop/zebra/pig/TableLoader.java
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/contrib/zebra/src/java/org/apache/hadoop/zebra/pig/TableLoader.java?rev=923931&r1=923930&r2=923931&view=diff
==============================================================================
--- 
hadoop/pig/trunk/contrib/zebra/src/java/org/apache/hadoop/zebra/pig/TableLoader.java
 (original)
+++ 
hadoop/pig/trunk/contrib/zebra/src/java/org/apache/hadoop/zebra/pig/TableLoader.java
 Tue Mar 16 18:48:27 2010
@@ -45,6 +45,7 @@ import org.apache.hadoop.zebra.schema.Sc
 import org.apache.hadoop.zebra.types.Projection;
 import org.apache.hadoop.zebra.types.SortInfo;
 import org.apache.pig.Expression;
+import org.apache.pig.LoadFunc;
 import org.apache.pig.LoadMetadata;
 import org.apache.pig.LoadPushDown;
 import org.apache.pig.ResourceSchema;
@@ -60,7 +61,8 @@ import org.apache.pig.IndexableLoadFunc;
 /**
  * Pig IndexableLoadFunc and Slicer for Zebra Table
  */
-public class TableLoader extends IndexableLoadFunc implements LoadMetadata, 
LoadPushDown {
+public class TableLoader extends LoadFunc implements LoadMetadata, 
LoadPushDown,
+        IndexableLoadFunc{
     static final Log LOG = LogFactory.getLog(TableLoader.class);
 
     private static final String UDFCONTEXT_PROJ_STRING = 
"zebra.UDFContext.projectionString";

Modified: hadoop/pig/trunk/src/org/apache/pig/CollectableLoadFunc.java
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/src/org/apache/pig/CollectableLoadFunc.java?rev=923931&r1=923930&r2=923931&view=diff
==============================================================================
--- hadoop/pig/trunk/src/org/apache/pig/CollectableLoadFunc.java (original)
+++ hadoop/pig/trunk/src/org/apache/pig/CollectableLoadFunc.java Tue Mar 16 
18:48:27 2010
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.pig;
 
 import java.io.IOException;


Reply via email to