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

codope 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 f81e6111326 [DOCS] Update flink and spark versions for 1.0 (#12467)
f81e6111326 is described below

commit f81e6111326f6afec796e82dd86c45f4676da902
Author: Sagar Sumit <[email protected]>
AuthorDate: Wed Dec 11 19:00:12 2024 +0530

    [DOCS] Update flink and spark versions for 1.0 (#12467)
    
    * [DOCS] Update flink and spark versions for 1.0
    
    * changelog
---
 website/docs/flink-quick-start-guide.md | 15 ++++++++-------
 website/docs/quick-start-guide.md       |  2 ++
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/website/docs/flink-quick-start-guide.md 
b/website/docs/flink-quick-start-guide.md
index 3301fc6fd9f..0ab2322d766 100644
--- a/website/docs/flink-quick-start-guide.md
+++ b/website/docs/flink-quick-start-guide.md
@@ -14,13 +14,14 @@ This page introduces Flink-Hudi integration. We can feel 
the unique charm of how
 ### Flink Support Matrix
 
 
-| Hudi            | Supported Flink version                 |
-|:----------------|:----------------------------------------|
-| 0.15.x          | 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x  |
-| 0.14.x          | 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x  |
-| 0.13.x          | 1.13.x, 1.14.x, 1.15.x, 1.16.x          |
-| 0.12.x          | 1.13.x, 1.14.x, 1.15.x                  |
-| 0.11.x          | 1.13.x, 1.14.x                          |
+| Hudi   | Supported Flink version                                             
   |
+|:-------|:-----------------------------------------------------------------------|
+| 1.0.x  | 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x (default 
build) |
+| 0.15.x | 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x                              
   |
+| 0.14.x | 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x                              
   |
+| 0.13.x | 1.13.x, 1.14.x, 1.15.x, 1.16.x                                      
   |
+| 0.12.x | 1.13.x, 1.14.x, 1.15.x                                              
   |
+| 0.11.x | 1.13.x, 1.14.x                                                      
   |
 
 
 ### Download Flink and Start Flink cluster
diff --git a/website/docs/quick-start-guide.md 
b/website/docs/quick-start-guide.md
index 10195a70549..7c4c2e8077d 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -18,6 +18,7 @@ Hudi works with Spark-2.4.3+ & Spark 3.x versions. You can 
follow instructions [
 
 | Hudi            | Supported Spark 3 version                                |
 |:----------------|:---------------------------------------------------------|
+| 1.0.x           | 3.5.x (default build), 3.4.x, 3.3.x                      |
 | 0.15.x          | 3.5.x (default build), 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x |
 | 0.14.x          | 3.4.x (default build), 3.3.x, 3.2.x, 3.1.x, 3.0.x        |
 | 0.13.x          | 3.3.x (default build), 3.2.x, 3.1.x                      |
@@ -30,6 +31,7 @@ Hudi works with Spark-2.4.3+ & Spark 3.x versions. You can 
follow instructions [
 The *default build* Spark version indicates how we build `hudi-spark3-bundle`.
 
 :::note Change summary
+In 1.0.0, we dropped the support for Spark 3.2.x and lower Spark 3 versions.
 In 0.15.0, we introduced the support for Spark 3.5.x.
 In 0.14.0, we introduced the support for Spark 3.4.x and bring back the 
support for Spark 3.0.x.
 In 0.12.0, we introduced the experimental support for Spark 3.3.0.

Reply via email to