This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d9460c5621 [DOCS] Update Hudi support versions for Redshift Spectrum
in the current doc. (#6521)
d9460c5621 is described below
commit d9460c5621d3dd603ed074f428e7231158a6fb6c
Author: pomaster <[email protected]>
AuthorDate: Mon Aug 29 22:33:26 2022 -0400
[DOCS] Update Hudi support versions for Redshift Spectrum in the current
doc. (#6521)
Co-authored-by: “pomaster” <“phong”[email protected]”>
---
website/docs/query_engine_setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/query_engine_setup.md
b/website/docs/query_engine_setup.md
index 619ec17ca1..63978797a6 100644
--- a/website/docs/query_engine_setup.md
+++ b/website/docs/query_engine_setup.md
@@ -92,7 +92,7 @@ to `org.apache.hadoop.hive.ql.io.HiveInputFormat`. Then
proceed to query the tab
## Redshift Spectrum
-Copy on Write Tables in Apache Hudi versions 0.5.2, 0.6.0, 0.7.0, 0.8.0,
0.9.0, and 0.10.0 can be queried via Amazon Redshift Spectrum external tables.
+Copy on Write Tables in Apache Hudi versions 0.5.2, 0.6.0, 0.7.0, 0.8.0,
0.9.0, 0.10.x, 0.11.x and 0.12.0 can be queried via Amazon Redshift Spectrum
external tables.
:::note
Hudi tables are supported only when AWS Glue Data Catalog is used. It's not
supported when you use an Apache Hive metastore as the external catalog.
:::