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

ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new d695d7b6 fix: blog url and image (#1349)
d695d7b6 is described below

commit d695d7b6d110708d0e794c2d560746ceaa73e96b
Author: Yang Guo <[email protected]>
AuthorDate: Thu Jul 17 01:02:31 2025 +0800

    fix: blog url and image (#1349)
---
 website/blog/2025-07-01-tiering-service.md         |   2 +-
 .../tiering_service/tiering-split-generator.png    | Bin 275687 -> 279014 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/blog/2025-07-01-tiering-service.md 
b/website/blog/2025-07-01-tiering-service.md
index 14c367a2..66cb282c 100644
--- a/website/blog/2025-07-01-tiering-service.md
+++ b/website/blog/2025-07-01-tiering-service.md
@@ -56,7 +56,7 @@ In the sections that follow, we’ll dive into the 
**TieringSource** and **Tieri
 ![](assets/tiering_service/tiering-source.png)
 
 The **TieringSource** operator reads records from the Fluss tiering table and 
writes them into your data lake. 
-Built on Flink’s Source V2 API 
([FLIP-27](https://cwiki.apache.org/confluence/display/FLINK/FLIP-238:+Introduce+FLIP-27-based+Data+Generator+Source)),
 it breaks down into two core components: the **TieringSourceEnumerator** and 
the **TieringSourceReader**. 
+Built on Flink’s Source V2 API 
([FLIP-27](https://cwiki.apache.org/confluence/display/FLINK/FLIP-27%3A+Refactor+Source+Interface)),
 it breaks down into two core components: the **TieringSourceEnumerator** and 
the **TieringSourceReader**. 
 The high-level workflow is as follows:
 
 1. The **Enumerator** queries the **CoordinatorService** for current tiering 
table metadata.
diff --git a/website/blog/assets/tiering_service/tiering-split-generator.png 
b/website/blog/assets/tiering_service/tiering-split-generator.png
index caca4c07..e665e5a4 100644
Binary files a/website/blog/assets/tiering_service/tiering-split-generator.png 
and b/website/blog/assets/tiering_service/tiering-split-generator.png differ

Reply via email to