This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 39c5c4d  IMPALA-9639: [DOCS] Document Impala support for Kudu DATE type
39c5c4d is described below

commit 39c5c4d01db7ad60d21d8df6b681738a3f3b09b1
Author: Kris Hahn <kh...@cloudera.com>
AuthorDate: Thu Apr 9 16:51:15 2020 -0700

    IMPALA-9639: [DOCS] Document Impala support for Kudu DATE type
    
    Documented read/write support for DATE type in 3.4. Made review changes.
    
    Change-Id: I865599587817358b0c94debfcb0e9644fab4ae00
    Reviewed-on: http://gerrit.cloudera.org:8080/15702
    Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
    Reviewed-by: Tamas Mate <tm...@cloudera.com>
    Reviewed-by: Thomas Tauber-Marshall <tmarsh...@cloudera.com>
---
 docs/topics/impala_date.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/topics/impala_date.xml b/docs/topics/impala_date.xml
index 556936c..8fa4561 100644
--- a/docs/topics/impala_date.xml
+++ b/docs/topics/impala_date.xml
@@ -42,8 +42,8 @@ under the License.
   <conbody>
 
     <p> Use the <codeph>DATE</codeph> data type to store date values. The
-        <codeph>DATE</codeph> type is supported for HBase, Text, Avro, and
-      Parquet. </p>
+        <codeph>DATE</codeph> type is supported for Avro, HBase, Kudu, Parquet,
+      and Text. </p>
 
     <p>
       <b>Range:</b>
@@ -199,6 +199,8 @@ under the License.
       The <codeph>DATE</codeph> type is available in Impala 3.3 and higher.
     </p>
 
+    <p conref="../shared/impala_common.xml#common/kudu_blurb"/>
+    <p>In Impala 3.4, you can read and write DATE values to Kudu tables.</p>
   </conbody>
 
 </concept>

Reply via email to