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

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 64c98bf  Minor: add links to CASE blog in 51.0.0 and 52.0.0 release 
posts (#141)
64c98bf is described below

commit 64c98bfc9ac7546094884b653a3895584837c131
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Mar 31 13:56:54 2026 -0400

    Minor: add links to CASE blog in 51.0.0 and 52.0.0 release posts (#141)
---
 content/blog/2025-11-25-datafusion-51.0.0.md | 5 +++--
 content/blog/2026-01-12-datafusion-52.0.0.md | 4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/content/blog/2025-11-25-datafusion-51.0.0.md 
b/content/blog/2025-11-25-datafusion-51.0.0.md
index 2cb8bcb..a2e3e86 100644
--- a/content/blog/2025-11-25-datafusion-51.0.0.md
+++ b/content/blog/2025-11-25-datafusion-51.0.0.md
@@ -60,12 +60,13 @@ for more details.
 This release builds on the [CASE performance epic] with significant 
improvements.
 Expressions short‑circuit earlier, reuse partial results, and avoid unnecessary
 scattering, speeding up common ETL patterns. Thanks to [pepijnve], 
[chenkovsky],
-and [petern48] for leading this effort. We hope to share more details on our
-implementation in a future post.
+and [petern48] for leading this effort. You can find more details in the
+[Optimizing SQL CASE Expression Evaluation] blog post.
 
 [pepijnve]: https://github.com/pepijnve
 [chenkovsky]: https://github.com/chenkovsky
 [petern48]: https://github.com/petern48
+[Optimizing SQL CASE Expression Evaluation]: /blog/2026/02/02/datafusion_case/
 
 ### Better Defaults for Remote Parquet Reads
 
diff --git a/content/blog/2026-01-12-datafusion-52.0.0.md 
b/content/blog/2026-01-12-datafusion-52.0.0.md
index 1c7cf9a..e1dd0b0 100644
--- a/content/blog/2026-01-12-datafusion-52.0.0.md
+++ b/content/blog/2026-01-12-datafusion-52.0.0.md
@@ -59,7 +59,8 @@ END
 
 This is the final work in our `CASE` performance epic ([#18075]), which has
 improved `CASE` evaluation significantly. Related PRs [#18183]. Thanks to
-[rluvaton] and [pepijnve] for the implementation.
+[rluvaton] and [pepijnve] for the implementation. See the
+[Optimizing SQL CASE Expression Evaluation] blog post for more details.
 
 [rluvaton]: https://github.com/rluvaton
 [pepijnve]: https://github.com/pepijnve
@@ -67,6 +68,7 @@ improved `CASE` evaluation significantly. Related PRs 
[#18183]. Thanks to
 
 [#18075]: https://github.com/apache/datafusion/issues/18075
 [#18183]: https://github.com/apache/datafusion/pull/18183
+[Optimizing SQL CASE Expression Evaluation]: /blog/2026/02/02/datafusion_case/
 
 ### `MIN`/`MAX` Aggregate Dynamic Filters
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to