You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2019/07/26 21:40:31 UTC

[impala] 01/08: IMPALA-8641: Added Zstd to impala_file_formats.xml

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

commit 8909abb9c3134c7c785b8b57b46547047a0d8a9f
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Thu Jul 25 11:15:12 2019 -0700

    IMPALA-8641: Added Zstd to impala_file_formats.xml
    
    Change-Id: I82133b982c472e408d12ce46fc61124627428911
    Reviewed-on: http://gerrit.cloudera.org:8080/13919
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_file_formats.xml | 8 +++++---
 docs/topics/impala_parquet.xml      | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/topics/impala_file_formats.xml b/docs/topics/impala_file_formats.xml
index b5f0d77..a8e961a 100644
--- a/docs/topics/impala_file_formats.xml
+++ b/docs/topics/impala_file_formats.xml
@@ -106,9 +106,7 @@ under the License.
             <entry>
               Structured
             </entry>
-            <entry>
-              Snappy, gzip; currently Snappy by default
-            </entry>
+            <entry> Snappy, gzip, zstd; currently Snappy by default </entry>
             <entry>
               Yes.
             </entry>
@@ -315,6 +313,10 @@ under the License.
         </dd>
 
       </dlentry>
+      <dlentry>
+        <dt>Zstd</dt>
+        <dd>For Parquet files only.</dd>
+      </dlentry>
     </dl>
 
   </conbody>
diff --git a/docs/topics/impala_parquet.xml b/docs/topics/impala_parquet.xml
index 1a19841..d36b445 100644
--- a/docs/topics/impala_parquet.xml
+++ b/docs/topics/impala_parquet.xml
@@ -432,7 +432,7 @@ under the License.
 
   <concept id="parquet_compression">
 
-    <title>Snappy and GZip Compression for Parquet Data Files</title>
+    <title>Compressions for Parquet Data Files</title>
 
     <prolog>
       <metadata>