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

xushiyan 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 7aaaecfd3602 chore(site): add blogs and update eol declaration (#17525)
7aaaecfd3602 is described below

commit 7aaaecfd360252c20e6aa9476e4ad666acf0331d
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon Dec 8 11:00:40 2025 -0600

    chore(site): add blogs and update eol declaration (#17525)
---
 .../2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.mdx |  20 ++++++++++++++++++++
 ...-Mastering-Schema-Evolution-with-Apache-Hudi.mdx |  19 +++++++++++++++++++
 website/community/team.md                           |   2 +-
 website/releases/download.md                        |   5 +++--
 website/src/components/BlogList/index.js            |   2 +-
 website/src/components/VideoList/index.js           |   2 +-
 .../2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.png | Bin 0 -> 43698 bytes
 ...-Mastering-Schema-Evolution-with-Apache-Hudi.png | Bin 0 -> 154401 bytes
 8 files changed, 45 insertions(+), 5 deletions(-)

diff --git a/website/blog/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.mdx 
b/website/blog/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.mdx
new file mode 100644
index 000000000000..d84f23e96472
--- /dev/null
+++ b/website/blog/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.mdx
@@ -0,0 +1,20 @@
+---
+title: Apache Hudi Dynamic Bloom Filter"
+author: Yongkyun Lee
+category: blog
+image: 
/assets/images/blog/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.png
+tags:
+- blog
+- Apache Hudi
+- data lakehouse
+- Lakehouse
+- use-case
+- Bloom Filter
+- Indexing
+---
+
+
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect 
url="https://codepointer.substack.com/p/apache-hudi-dynamic-bloom-filter";>Redirecting...
 please wait!! </Redirect>
diff --git 
a/website/blog/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi.mdx 
b/website/blog/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi.mdx
new file mode 100644
index 000000000000..00e5036c6a3e
--- /dev/null
+++ b/website/blog/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi.mdx
@@ -0,0 +1,19 @@
+---
+title: "Mastering Schema Evolution with Apache Hudi"
+author: Shaik Sameer
+category: blog
+image: 
/assets/images/blog/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi.png
+tags:
+- blog
+- Apache Hudi
+- Schema Evolution
+- Data Lakehouse
+- Lakehouse
+- Use-case
+---
+
+
+
+import Redirect from '@site/src/components/Redirect';
+
+<Redirect 
url="https://medium.com/@shaiksameer0045/the-chameleon-architecture-mastering-schema-evolution-with-apache-hudi-446da1a2f0c6";>Redirecting...
 please wait!! </Redirect>
diff --git a/website/community/team.md b/website/community/team.md
index 7ae5f727b37a..725cb1be82f0 100644
--- a/website/community/team.md
+++ b/website/community/team.md
@@ -23,7 +23,7 @@ Here is the list of PMC and Committers who have contributed 
to the project. For
 | Nishith Agarwal             | n3nash              | 
[nagarwal](https://people.apache.org/committer-index.html#nagarwal)   |
 | Prasanna Rajaperumal        | prasannarajaperumal | 
[prasanna](https://people.apache.org/committer-index.html#prasanna)   |
 | Prashant Wason              | prashantwason       | 
[pwason](https://people.apache.org/committer-index.html#pwason)       |
-| Raymond Xu                  | xushiyan            | 
[xushiyan](https://people.apache.org/committer-index.html#xushiyan)   |
+| Shiyan Xu                   | xushiyan            | 
[xushiyan](https://people.apache.org/committer-index.html#xushiyan)   |
 | Shaofeng Li                 | leesf               | 
[leesf](https://people.apache.org/committer-index.html#leesf)         |
 | Sivabalan Narayanan         | nsivabalan          | 
[sivabalan](https://people.apache.org/committer-index.html#sivabalan) |
 | Sagar Sumit                 | codope              | 
[codope](https://people.apache.org/committer-index.html#codope)       |
diff --git a/website/releases/download.md b/website/releases/download.md
index 4cbe54037c0a..e84ac539b951 100644
--- a/website/releases/download.md
+++ b/website/releases/download.md
@@ -144,8 +144,9 @@ TODO: replace repository.apache.org link with maven.org 
links when updating this
 
 The end-of-life (EOL) releases will be archived and the procedures below will 
be carried out accordingly:
 
-* The EOL release artifacts will be removed from [the distribution 
site](https://downloads.apache.org/hudi/)
-* The EOL release artifacts will still be available from [the archive 
site](https://archive.apache.org/dist/hudi/)
+* The EOL release source artifacts will be removed from [the distribution 
site](https://downloads.apache.org/hudi/)
+* The EOL release source artifacts will still be available from [the archive 
site](https://archive.apache.org/dist/hudi/)
+* The EOL release binary artifacts will still be available from package 
manager sites, such as [Maven Central](https://central.sonatype.com/), 
[crates.io](https://crates.io), and [PyPi](https://pypi.org)
 * The EOL release notes will be removed from Hudi website, but kept accessible 
via `https://hudi.apache.org/releases/release-<EOL-release-version>`
 * The EOL release versioned docs will be removed from Hudi website
 
diff --git a/website/src/components/BlogList/index.js 
b/website/src/components/BlogList/index.js
index 9dd97ebb6923..e91e96c86da5 100644
--- a/website/src/components/BlogList/index.js
+++ b/website/src/components/BlogList/index.js
@@ -37,7 +37,7 @@ const sortedBlogPosts = allBlogPosts
     return dateB - dateA;
   });
 
-const POSTS_PER_PAGE = 10;
+const POSTS_PER_PAGE = 12;
 
 export default function BlogList() {
   const { withBaseUrl } = useBaseUrlUtils();
diff --git a/website/src/components/VideoList/index.js 
b/website/src/components/VideoList/index.js
index 361f8645692c..a0dc9d9a8400 100644
--- a/website/src/components/VideoList/index.js
+++ b/website/src/components/VideoList/index.js
@@ -37,7 +37,7 @@ const sortedVideos = allVideos
     return dateB - dateA;
   });
 
-const POSTS_PER_PAGE = 10;
+const POSTS_PER_PAGE = 12;
 
 export default function VideoList() {
   const { withBaseUrl } = useBaseUrlUtils();
diff --git 
a/website/static/assets/images/blog/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.png
 
b/website/static/assets/images/blog/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.png
new file mode 100644
index 000000000000..d56e221ed508
Binary files /dev/null and 
b/website/static/assets/images/blog/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter/2025-11-28-Apache-Hudi-Dynamic-Bloom-Filter.png
 differ
diff --git 
a/website/static/assets/images/blog/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi.png
 
b/website/static/assets/images/blog/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi.png
new file mode 100644
index 000000000000..014618488257
Binary files /dev/null and 
b/website/static/assets/images/blog/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi/2025-12-03-Mastering-Schema-Evolution-with-Apache-Hudi.png
 differ

Reply via email to