IMPALA-6457: [DOCS] DECIMAL support for Kudu tables

Removed DECIMAL from the unsupported data types for Kudu.

Change-Id: I5a2498b4a28c2a53a3fec9b634a770e42dcac499
Reviewed-on: http://gerrit.cloudera.org:8080/9918
Reviewed-by: Grant Henke <granthe...@apache.org>
Reviewed-by: Alex Behm <alex.b...@cloudera.com>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/adecae3e
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/adecae3e
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/adecae3e

Branch: refs/heads/2.x
Commit: adecae3e2a12b390a8e783ab9f276164af47aa37
Parents: bf8694f
Author: Alex Rodoni <arod...@cloudera.com>
Authored: Tue Apr 3 15:04:20 2018 -0700
Committer: Impala Public Jenkins <impala-public-jenk...@gerrit.cloudera.org>
Committed: Wed Apr 11 22:56:00 2018 +0000

----------------------------------------------------------------------
 docs/shared/impala_common.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/adecae3e/docs/shared/impala_common.xml
----------------------------------------------------------------------
diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml
index 985dcb7..6c25b8e 100644
--- a/docs/shared/impala_common.xml
+++ b/docs/shared/impala_common.xml
@@ -3854,7 +3854,7 @@ sudo pip-python install ssl</codeblock>
       </p>
 
       <p id="kudu_unsupported_data_type" rev="kudu">
-        Currently, the data types <codeph>DECIMAL</codeph>, 
<codeph>CHAR</codeph>, <codeph>VARCHAR</codeph>,
+        Currently, the data types <codeph>CHAR</codeph>, 
<codeph>VARCHAR</codeph>,
         <codeph>ARRAY</codeph>, <codeph>MAP</codeph>, and 
<codeph>STRUCT</codeph> cannot be used with Kudu tables.
       </p>
 

Reply via email to