From 0fad29f9acd9bc550fd418f590a890b3f92b2cf3 Mon Sep 17 00:00:00 2001 From: beryl678 <134370473+beryl678@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:12:23 +0800 Subject: [PATCH 1/3] Update 2025-09-24-this-week-in-rust.md --- draft/2025-09-24-this-week-in-rust.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 1415b2ee7..879ca6295 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -47,6 +47,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +- [From a Curious Outsider to a GreptimeDB Advocator: My Journey into Open Source Contribution](2025-09-23-greptimedb-submission-rust-contribute-guide) + ### Rust Walkthroughs ### Research @@ -126,6 +128,11 @@ If you are a Rust project owner and are looking for contributors, please submit [guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines +- Good First Issue: + - [Supports profile signal for OLTP](https://github.com/GreptimeTeam/greptimedb/issues/6760) + - [Currently KILL cannot terminate queries like INSERT INTO SELECT](https://github.com/GreptimeTeam/greptimedb/issues/6334) + - [Supports exporting compressed CSV or JSON files](https://github.com/GreptimeTeam/greptimedb/issues/6286) + ### CFP - Events Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker. From 8e77912a2e8f10c984a3425af7992084f2381b34 Mon Sep 17 00:00:00 2001 From: beryl678 <134370473+beryl678@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:40:41 +0800 Subject: [PATCH 2/3] Update link text for GreptimeDB contribution article --- draft/2025-09-24-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 879ca6295..8e50508d0 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -47,7 +47,7 @@ and just ask the editors to select the category. ### Observations/Thoughts -- [From a Curious Outsider to a GreptimeDB Advocator: My Journey into Open Source Contribution](2025-09-23-greptimedb-submission-rust-contribute-guide) +- Rust Contribution Experience: [From a Curious Outsider to a GreptimeDB Advocator: My Journey into Open Source Contribution](2025-09-23-greptimedb-submission-rust-contribute-guide) ### Rust Walkthroughs From 3d6ea0cf73f61dbb2d1ec9f31a659c430df9df96 Mon Sep 17 00:00:00 2001 From: beryl678 <134370473+beryl678@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:42:58 +0800 Subject: [PATCH 3/3] Update 2025-09-24-this-week-in-rust.md --- draft/2025-09-24-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 8e50508d0..4fd0264b5 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -47,7 +47,7 @@ and just ask the editors to select the category. ### Observations/Thoughts -- Rust Contribution Experience: [From a Curious Outsider to a GreptimeDB Advocator: My Journey into Open Source Contribution](2025-09-23-greptimedb-submission-rust-contribute-guide) +- Rust Contribution Experience: [From a Curious Outsider to a GreptimeDB Advocator: My Journey into Open Source Contribution](https://greptime.com/blogs/2025-09-23-greptimedb-submission-rust-contribute-guide) ### Rust Walkthroughs