You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2013/09/27 00:07:18 UTC

svn commit: r1526723 - in /pig/branches/branch-0.12: CHANGES.txt src/docs/src/documentation/content/xdocs/basic.xml

Author: cheolsoo
Date: Thu Sep 26 22:07:17 2013
New Revision: 1526723

URL: http://svn.apache.org/r1526723
Log:
PIG-3370: Add New Reserved Keywords To The Pig Docs (cheolsoo)

Modified:
    pig/branches/branch-0.12/CHANGES.txt
    pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/basic.xml

Modified: pig/branches/branch-0.12/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/CHANGES.txt?rev=1526723&r1=1526722&r2=1526723&view=diff
==============================================================================
--- pig/branches/branch-0.12/CHANGES.txt (original)
+++ pig/branches/branch-0.12/CHANGES.txt Thu Sep 26 22:07:17 2013
@@ -241,6 +241,8 @@ PIG-3013: BinInterSedes improve chararra
 
 BUG FIXES
 
+PIG-3370: Add New Reserved Keywords To The Pig Docs (cheolsoo)
+
 PIG-3487: Fix syntax errors in nightly.conf (arpitgupta via daijy)
 
 PIG-3458: ScalarExpression lost with multiquery optimization (knoguchi)

Modified: pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/basic.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/basic.xml?rev=1526723&r1=1526722&r2=1526723&view=diff
==============================================================================
--- pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/basic.xml (original)
+++ pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/basic.xml Thu Sep 26 22:07:17 2013
@@ -147,7 +147,7 @@
          
          <tr>
             <td> <p>-- D </p> </td>
-            <td> <p>datetime, %declare, %default, define, desc, describe, DIFF, distinct, double, du, dump</p> </td>
+            <td> <p>datetime, %declare, %default, define, dense, desc, describe, DIFF, distinct, double, du, dump</p> </td>
          </tr>  
          
          <tr>
@@ -217,7 +217,7 @@
          
          <tr>
             <td> <p>-- R </p> </td>
-            <td> <p>register, right, rm, rmf, run</p> </td>
+            <td> <p>register, returns, right, rm, rmf, rollup, run</p> </td>
          </tr>  
 
          <tr>
@@ -237,7 +237,7 @@
 
          <tr>
             <td> <p>-- V, W, X, Y, Z </p> </td>
-            <td> <p> </p> </td>
+            <td> <p>void</p> </td>
          </tr>  
             
    </table>