This is an automated email from the ASF dual-hosted git repository.
danny0405 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 0f1789619a1 [HUDI-6740] Add 0.13.x to Spark 3 support matrix doc
(#9507)
0f1789619a1 is described below
commit 0f1789619a17245297e82da9aca4629e487436d4
Author: Akira Ajisaka <[email protected]>
AuthorDate: Mon Aug 28 15:00:59 2023 +0900
[HUDI-6740] Add 0.13.x to Spark 3 support matrix doc (#9507)
---
website/docs/quick-start-guide.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/quick-start-guide.md
b/website/docs/quick-start-guide.md
index 3cad1cadc3e..c1dde3cb9a7 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -2,7 +2,7 @@
title: "Spark Guide"
sidebar_position: 2
toc: true
-last_modified_at: 2019-12-30T15:59:57-04:00
+last_modified_at: 2023-08-23T21:14:52+09:00
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
@@ -20,7 +20,7 @@ Hudi works with Spark-2.4.3+ & Spark 3.x versions. You can
follow instructions [
| Hudi | Supported Spark 3 version |
|:----------------|:------------------------------------------------|
-| 0.12.x | 3.3.x (default build), 3.2.x, 3.1.x |
+| 0.12.0 - 0.13.x | 3.3.x (default build), 3.2.x, 3.1.x |
| 0.11.x | 3.2.x (default build, Spark bundle only), 3.1.x |
| 0.10.x | 3.1.x (default build), 3.0.x |
| 0.7.0 - 0.9.0 | 3.0.x |