This is an automated email from the ASF dual-hosted git repository.
tarmstrong 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 4a82218 IMPALA-9504 Remove "experimental" from description of ORC
support.
4a82218 is described below
commit 4a8221877cc1782b861184f0ccf86238d002af13
Author: Kris Hahn <[email protected]>
AuthorDate: Fri Mar 13 15:09:43 2020 -0700
IMPALA-9504 Remove "experimental" from description of ORC support.
Added that ORC reads are enabled by default in Impala 3.4.0, and removed
"experimental".
Change-Id: I6d99f1926619874a319b0db3af5ae6f5d443fb30
Reviewed-on: http://gerrit.cloudera.org:8080/15432
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Tim Armstrong <[email protected]>
---
docs/topics/impala_file_formats.xml | 11 +++--------
docs/topics/impala_orc.xml | 7 +++----
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/docs/topics/impala_file_formats.xml
b/docs/topics/impala_file_formats.xml
index 7ce5de7..7fb21bb 100644
--- a/docs/topics/impala_file_formats.xml
+++ b/docs/topics/impala_file_formats.xml
@@ -125,14 +125,9 @@ under the License.
<entry>
gzip, Snappy, LZO, LZ4; currently gzip by default
</entry>
- <entry>
- Yes, in Impala 2.12.0 and higher.
-
- <p>
- The ORC support is an experimental feature since Impala-2.12.
To disable it, set
- <codeph>--enable_orc_scanner</codeph> to
<codeph>false</codeph> when starting
- the cluster.
- </p>
+ <entry> Yes, in Impala 2.12.0 and higher. <p>By default, ORC reads
are enabled in Impala
+ 3.4.0 and higher. To disable, set
<codeph>--enable_orc_scanner</codeph> to
+ <codeph>false</codeph> when starting the cluster. </p>
</entry>
<entry>
No. Import data by using <codeph>LOAD DATA</codeph> on data
files already in the
diff --git a/docs/topics/impala_orc.xml b/docs/topics/impala_orc.xml
index 95fca47..c76e8ea 100644
--- a/docs/topics/impala_orc.xml
+++ b/docs/topics/impala_orc.xml
@@ -36,10 +36,9 @@ under the License.
<conbody>
<p>
- <indexterm audience="hidden">ORC support in Impala</indexterm>
- Impala supports using ORC data files as an experimental feature since
2.12.
- To disable it, set --enable_orc_scanner to false when starting the
cluster.
- </p>
+ <indexterm audience="hidden">ORC support in Impala</indexterm> Impala
supports using ORC data
+ files. By default, ORC reads are enabled in Impala 3.4.0. To disable,
set --enable_orc_scanner
+ to false when starting the cluster. </p>
<table>
<title>ORC Format Support in Impala</title>