mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user