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

jark 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 183685c93 [blog] Fix rust client release blog: save avatars locally 
and add truncate (#3014)
183685c93 is described below

commit 183685c93b212c923ec929cf3f2f78708fa9071d
Author: yuxia Luo <[email protected]>
AuthorDate: Tue Apr 7 18:11:56 2026 +0800

    [blog] Fix rust client release blog: save avatars locally and add truncate 
(#3014)
---
 .../blog/2026-04-06-fluss-rust-python-cpp-release.md    |   2 ++
 website/blog/authors.yml                                |   4 ++--
 website/static/img/avatars/fresh-borzoni.png            | Bin 0 -> 20158 bytes
 website/static/img/avatars/leekeiabstraction.png        | Bin 0 -> 33723 bytes
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/website/blog/2026-04-06-fluss-rust-python-cpp-release.md 
b/website/blog/2026-04-06-fluss-rust-python-cpp-release.md
index fcd0a4726..e9751aa57 100644
--- a/website/blog/2026-04-06-fluss-rust-python-cpp-release.md
+++ b/website/blog/2026-04-06-fluss-rust-python-cpp-release.md
@@ -14,6 +14,8 @@ We are excited to announce the release of [fluss-rust 
clients](https://github.co
 
 Under the hood, all three clients share a single Rust core that handles 
protocol negotiation, batching, retries, and [Apache 
Arrow](https://arrow.apache.org/)-based data exchange, with thin 
language-specific bindings on top. This was a deliberate community decision to 
deliver native performance and feature parity across every language from day 
one.
 
+<!-- truncate -->
+
 ## Highlights
 
 ### Support for all Fluss table types
diff --git a/website/blog/authors.yml b/website/blog/authors.yml
index 573c1e756..794189762 100644
--- a/website/blog/authors.yml
+++ b/website/blog/authors.yml
@@ -66,10 +66,10 @@ anton:
   name: Anton Borisov
   title: Contributor of Apache Fluss (Incubating)
   url: https://github.com/fresh-borzoni
-  image_url: https://github.com/fresh-borzoni.png
+  image_url: /img/avatars/fresh-borzoni.png
 
 keithlee:
   name: Keith Lee
   title: Apache Fluss (Incubating) Committer
   url: https://github.com/leekeiabstraction
-  image_url: https://github.com/leekeiabstraction.png
\ No newline at end of file
+  image_url: /img/avatars/leekeiabstraction.png
\ No newline at end of file
diff --git a/website/static/img/avatars/fresh-borzoni.png 
b/website/static/img/avatars/fresh-borzoni.png
new file mode 100644
index 000000000..8024eeaf5
Binary files /dev/null and b/website/static/img/avatars/fresh-borzoni.png differ
diff --git a/website/static/img/avatars/leekeiabstraction.png 
b/website/static/img/avatars/leekeiabstraction.png
new file mode 100644
index 000000000..6196699e6
Binary files /dev/null and b/website/static/img/avatars/leekeiabstraction.png 
differ

Reply via email to