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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a4f268c8 MINOR: Add Apache Impala to the ORC adopters page (#1106)
4a4f268c8 is described below

commit 4a4f268c82b439e7404de4ab88aef17d7dc0dcd0
Author: Quanlong Huang <[email protected]>
AuthorDate: Thu May 5 06:12:10 2022 +0800

    MINOR: Add Apache Impala to the ORC adopters page (#1106)
    
    ### What changes were proposed in this pull request?
    
    Add Apache Impala to the ORC [adopters 
page](https://orc.apache.org/docs/adopters.html)
    
    ### Why are the changes needed?
    
    Make the page up-to-date.
    
    ### How was this patch tested?
    
    Manually review.
---
 site/_docs/adopters.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/site/_docs/adopters.md b/site/_docs/adopters.md
index 9b90b2cb5..e7b45fd1d 100644
--- a/site/_docs/adopters.md
+++ b/site/_docs/adopters.md
@@ -49,6 +49,11 @@ down, and vectorization support make Hive [perform
 
better](https://hortonworks.com/blog/orcfile-in-hdp-2-better-compression-better-performance/)
 than any other format for your data.
 
+### [Apache Impala](https://impala.apache.org/)
+
+Apache Impala supports [reading from ORC format Hive 
tables](https://impala.apache.org/docs/build/html/topics/impala_orc.html)
+by leveraging the ORC C++ library.
+
 ### [Apache Gobblin](https://gobblin.apache.org/)
 
 Apache Gobblin supports

Reply via email to