You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/03/20 00:21:03 UTC

svn commit: r1302715 - /pig/trunk/src/org/apache/pig/builtin/BinStorage.java

Author: daijy
Date: Mon Mar 19 23:21:03 2012
New Revision: 1302715

URL: http://svn.apache.org/viewvc?rev=1302715&view=rev
Log:
Fix Unit test TestMultiQueryBasic, TestSampleOptimizer caused by PIG-2573

Modified:
    pig/trunk/src/org/apache/pig/builtin/BinStorage.java

Modified: pig/trunk/src/org/apache/pig/builtin/BinStorage.java
URL: http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/builtin/BinStorage.java?rev=1302715&r1=1302714&r2=1302715&view=diff
==============================================================================
--- pig/trunk/src/org/apache/pig/builtin/BinStorage.java (original)
+++ pig/trunk/src/org/apache/pig/builtin/BinStorage.java Mon Mar 19 23:21:03 2012
@@ -405,7 +405,7 @@ implements StoreFuncInterface, LoadMetad
     @Override
     public ResourceStatistics getStatistics(String location, Job job)
             throws IOException {
-        throw new UnsupportedOperationException();
+        return null;
     }
 
     @Override