IMPALA-9640: [DOCS] Document Impala support for Kudu VARCHAR type

Removed VARCHAR from unsupported types in "Kudu considerations".

Change-Id: I61ad6982c35a009b15a2a082692f118a0fbcee65
Reviewed-on: http://gerrit.cloudera.org:8080/15703
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Tamas Mate <tmate@cloudera.com>
Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com>
This commit is contained in:
Kris Hahn
2020-04-09 17:37:42 -07:00
committed by Joe McDonnell
parent 62080883fe
commit b9e84738b6

View File

@@ -4509,10 +4509,9 @@ sudo pip-python install ssl</codeblock>
Currently, the <codeph>INSERT OVERWRITE</codeph> syntax cannot be used with Kudu tables.
</p>
<p id="kudu_unsupported_data_type" rev="kudu">
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 id="kudu_unsupported_data_type" rev="kudu"> Currently, the data types
<codeph>CHAR</codeph>, <codeph>ARRAY</codeph>, <codeph>MAP</codeph>, and
<codeph>STRUCT</codeph> cannot be used with Kudu tables.
</p>
<p id="kudu_non_pk_data_type" rev="kudu">