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 2011/09/27 20:35:03 UTC

svn commit: r1176507 - /pig/trunk/CHANGES.txt

Author: daijy
Date: Tue Sep 27 18:35:02 2011
New Revision: 1176507

URL: http://svn.apache.org/viewvc?rev=1176507&view=rev
Log:
Clean up 0.9.1 change log

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1176507&r1=1176506&r2=1176507&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Sep 27 18:35:02 2011
@@ -63,8 +63,6 @@ PIG-2168: CubeDimensions UDF (dvryaboy)
 
 PIG-2189: e2e test harness needs to use Pig as a source of truth (gates via daijy)
 
-PIG-1857: Create an package integration project (eyang via daijy)
-
 PIG-1904: Default split destination (azaroth via thejas)
 
 PIG-2125: Make Pig work with hadoop .NEXT (daijy)
@@ -134,18 +132,12 @@ PIG-2228: support partial aggregation in
 
 BUG FIXES
 
-PIG-2223: error accessing column in output schema of udf having project-star input (thejas)
-
 PIG-2273: Pig.compileFromFile in embedded python fails when pig script starts with a comment (ddaniels888 via gates)
 
 PIG-2278: Wrong version numbers for libraries in eclipse template classpath (azaroth)
 
-PIG-2152: Null pointer exception while reporting progress (thejas)
-
 PIG-2115: Fix Pig HBaseStorage configuration and setup issues (gbowyer@fastmail.co.uk via dvryaboy)
 
-PIG-2193: Using HBaseStorage to scan 2 tables in the same Map job produces bad data (rangadi via dvryaboy)
-
 PIG-2232: "declare" document contains a typo (daijy)
 
 PIG-2055: inconsistent behavior in parser generated during build (thejas)
@@ -160,12 +152,8 @@ PIG-2215: Newlines in function arguments
 
 PIG-2214: InternalSortedBag two-arg constructor doesn't pass bagCount (sallen via gates)
 
-PIG-2102: MonitoredUDF does not work (dvryaboy)
-
 PIG-2174: HBaseStorage column filters miss some fields (billgraham via dvryaboy)
 
-PIG-2183: Pig not working with Hadoop 0.20.203.0 (daijy)
-
 PIG-2090: re-enable TestGrunt test cases (thejas)
 
 PIG-2181: Improvement : for error message when describe misses alias (vivekp via daijy)
@@ -259,6 +247,22 @@ PIG-2221: Couldnt find documentation for
 
 BUG FIXES
 
+PIG-1857: Create an package integration project (eyang via daijy)
+
+PIG-2013: Penny gets a null pointer when no properties are set (breed via daijy)
+
+PIG-2102: MonitoredUDF does not work (dvryaboy)
+
+PIG-2152: Null pointer exception while reporting progress (thejas)
+
+PIG-2183: Pig not working with Hadoop 0.20.203.0 (daijy)
+
+PIG-2193: Using HBaseStorage to scan 2 tables in the same Map job produces bad data (rangadi via dvryaboy)
+
+PIG-2199: Penny throws Exception when netty classes are missing (ddaniels888 via daijy)
+
+PIG-2223: error accessing column in output schema of udf having project-star input (thejas)
+
 PIG-2208: Restrict number of PIG generated Haddop counters (rding via daijy)
 
 PIG-2299: jetty 6.1.14 startup issue causes unit tests to fail in CI (thw via daijy)
@@ -451,10 +455,6 @@ PIG-1696: Performance: Use System.arrayc
 
 BUG FIXES
 
-PIG-2013: Penny gets a null pointer when no properties are set (breed via daijy)
-
-PIG-2199: Penny throws Exception when netty classes are missing (ddaniels888 via daijy)
-
 PIG-2159: New logical plan uses incorrect class for SUM causing for ClassCastException (daijy)
 
 PIG-2106: Fix Zebra unit test TestBasicUnion.testNeg3, TestBasicUnion.testNeg4 (daijy)