You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2017/03/06 22:07:22 UTC

svn commit: r1785773 - in /phoenix: phoenix-docs/src/docsrc/help/phoenix.csv site/publish/language/datatypes.html site/publish/language/functions.html site/publish/language/index.html

Author: jamestaylor
Date: Mon Mar  6 22:07:22 2017
New Revision: 1785773

URL: http://svn.apache.org/viewvc?rev=1785773&view=rev
Log:
PHOENIX-2081 Typo in the BIGINT range on the datatypes documentation page (Lukas Lalinsky)

Modified:
    phoenix/phoenix-docs/src/docsrc/help/phoenix.csv
    phoenix/site/publish/language/datatypes.html
    phoenix/site/publish/language/functions.html
    phoenix/site/publish/language/index.html

Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv
URL: http://svn.apache.org/viewvc/phoenix/phoenix-docs/src/docsrc/help/phoenix.csv?rev=1785773&r1=1785772&r2=1785773&view=diff
==============================================================================
--- phoenix/phoenix-docs/src/docsrc/help/phoenix.csv (original)
+++ phoenix/phoenix-docs/src/docsrc/help/phoenix.csv Mon Mar  6 22:07:22 2017
@@ -1081,7 +1081,7 @@ UNSIGNED_INT
 "Data Types","BIGINT Type","
 BIGINT
 ","
-Possible values: -9223372036854775807 to 9223372036854775807.
+Possible values: -9223372036854775808 to 9223372036854775807.
 Mapped to ""java.lang.Long"". The binary representation is an 8 byte
 long with the sign bit flipped (so that negative values sorts before positive values).
 ","

Modified: phoenix/site/publish/language/datatypes.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1785773&r1=1785772&r2=1785773&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Mon Mar  6 22:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-28
+ Generated by Apache Maven Doxia at 2017-03-06
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -326,7 +326,7 @@ BIGINT
 BIGINT
 </pre>
 syntax-end -->
-<p>Possible values: -9223372036854775807 to 9223372036854775807. Mapped to <code>java.lang.Long</code>. The binary representation is an 8 byte long with the sign bit flipped (so that negative values sorts before positive values).</p>
+<p>Possible values: -9223372036854775808 to 9223372036854775807. Mapped to <code>java.lang.Long</code>. The binary representation is an 8 byte long with the sign bit flipped (so that negative values sorts before positive values).</p>
 <p>Example:</p>
 <p class="notranslate">BIGINT</p>
 

Modified: phoenix/site/publish/language/functions.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1785773&r1=1785772&r2=1785773&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Mon Mar  6 22:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-28
+ Generated by Apache Maven Doxia at 2017-03-06
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/index.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1785773&r1=1785772&r2=1785773&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Mon Mar  6 22:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-28
+ Generated by Apache Maven Doxia at 2017-03-06
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">