This is an automated email from the ASF dual-hosted git repository.
bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8ecbcd3 MINOR add impala to matrix
8ecbcd3 is described below
commit 8ecbcd3d55acc4953ead2729b98d032d40b5292d
Author: garyli1019 <[email protected]>
AuthorDate: Mon Mar 2 20:48:16 2020 -0800
MINOR add impala to matrix
---
docs/_docs/2_3_querying_data.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/_docs/2_3_querying_data.md b/docs/_docs/2_3_querying_data.md
index c4ab865..875b7f0 100644
--- a/docs/_docs/2_3_querying_data.md
+++ b/docs/_docs/2_3_querying_data.md
@@ -41,6 +41,8 @@ Following tables show whether a given query is supported on
specific query engin
|**Spark SQL**|Y|Y|
|**Spark Datasource**|Y|Y|
|**Presto**|Y|N|
+|**Impala**|Y|N|
+
Note that `Read Optimized` queries are not applicable for COPY_ON_WRITE tables.
@@ -52,6 +54,8 @@ Note that `Read Optimized` queries are not applicable for
COPY_ON_WRITE tables.
|**Spark SQL**|Y|Y|Y|
|**Spark Datasource**|N|N|Y|
|**Presto**|N|N|Y|
+|**Impala**|N|N|N|
+
In sections, below we will discuss specific setup to access different query
types from different query engines.