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 2015/11/04 19:17:59 UTC

svn commit: r1712603 - in /pig/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/func.xml

Author: daijy
Date: Wed Nov  4 18:17:59 2015
New Revision: 1712603

URL: http://svn.apache.org/viewvc?rev=1712603&view=rev
Log:
PIG-4727: Incorrect types table for AVG in docs

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/src/docs/src/documentation/content/xdocs/func.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1712603&r1=1712602&r2=1712603&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Nov  4 18:17:59 2015
@@ -69,6 +69,8 @@ PIG-4639: Add better parser for Apache H
 
 BUG FIXES
 
+PIG-4727: Incorrect types table for AVG in docs (nsmith via daijy)
+
 PIG-4725: Typo in FrontendException messages "Incompatable" (nsmith via daijy)
 
 PIG-4721: IsEmpty documentation error (nsmith via daijy)

Modified: pig/trunk/src/docs/src/documentation/content/xdocs/func.xml
URL: http://svn.apache.org/viewvc/pig/trunk/src/docs/src/documentation/content/xdocs/func.xml?rev=1712603&r1=1712602&r2=1712603&view=diff
==============================================================================
--- pig/trunk/src/docs/src/documentation/content/xdocs/func.xml (original)
+++ pig/trunk/src/docs/src/documentation/content/xdocs/func.xml Wed Nov  4 18:17:59 2015
@@ -167,10 +167,10 @@ DUMP C;
                <p>AVG </p>
             </td>
             <td>
-               <p>long </p>
+               <p>double </p>
             </td>
             <td>
-               <p>long </p>
+               <p>double </p>
             </td>
             <td>
                <p>double </p>