Author: greid Date: Tue Sep 16 15:10:06 2014 New Revision: 1625328 URL: http://svn.apache.org/r1625328 Log: PHOENIX-1255 Correct DECIMAL precision info
Correct DECIMAL precision in docs to be 38 instead of 18. Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv phoenix/site/publish/language/datatypes.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=1625328&r1=1625327&r2=1625328&view=diff ============================================================================== --- phoenix/phoenix-docs/src/docsrc/help/phoenix.csv (original) +++ phoenix/phoenix-docs/src/docsrc/help/phoenix.csv Tue Sep 16 15:10:06 2014 @@ -945,7 +945,7 @@ UNSIGNED_DOUBLE "Data Types","DECIMAL Type"," DECIMAL "," -Data type with fixed precision and scale. The maximum precision is 18 digits. +Data type with fixed precision and scale. The maximum precision is 38 digits. Mapped to ""java.math.BigDecimal"". The binary representation is binary comparable, variable length format. When used in a row key, it is terminated with a null byte unless it is the last column. Modified: phoenix/site/publish/language/datatypes.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1625328&r1=1625327&r2=1625328&view=diff ============================================================================== --- phoenix/site/publish/language/datatypes.html (original) +++ phoenix/site/publish/language/datatypes.html Tue Sep 16 15:10:06 2014 @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2014-09-04 + Generated by Apache Maven Doxia at 2014-09-16 Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> @@ -469,7 +469,7 @@ DECIMAL DECIMAL </pre> syntax-end --> -<p>Data type with fixed precision and scale. The maximum precision is 18 digits. Mapped to <code>java.math.BigDecimal</code>. The binary representation is binary comparable, variable length format. When used in a row key, it is terminated with a null byte unless it is the last column.</p> +<p>Data type with fixed precision and scale. The maximum precision is 38 digits. Mapped to <code>java.math.BigDecimal</code>. The binary representation is binary comparable, variable length format. When used in a row key, it is terminated with a null byte unless it is the last column.</p> <p>Example:</p> <p class="notranslate">DECIMAL</p>