Skip to content

Commit 64c98bf

Browse files
authored
Minor: add links to CASE blog in 51.0.0 and 52.0.0 release posts (#141)
1 parent 10ed01c commit 64c98bf

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

content/blog/2025-11-25-datafusion-51.0.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ for more details.
6060
This release builds on the [CASE performance epic] with significant improvements.
6161
Expressions short‑circuit earlier, reuse partial results, and avoid unnecessary
6262
scattering, speeding up common ETL patterns. Thanks to [pepijnve], [chenkovsky],
63-
and [petern48] for leading this effort. We hope to share more details on our
64-
implementation in a future post.
63+
and [petern48] for leading this effort. You can find more details in the
64+
[Optimizing SQL CASE Expression Evaluation] blog post.
6565

6666
[pepijnve]: https://github.com/pepijnve
6767
[chenkovsky]: https://github.com/chenkovsky
6868
[petern48]: https://github.com/petern48
69+
[Optimizing SQL CASE Expression Evaluation]: /blog/2026/02/02/datafusion_case/
6970

7071
### Better Defaults for Remote Parquet Reads
7172

content/blog/2026-01-12-datafusion-52.0.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,16 @@ END
5959

6060
This is the final work in our `CASE` performance epic ([#18075]), which has
6161
improved `CASE` evaluation significantly. Related PRs [#18183]. Thanks to
62-
[rluvaton] and [pepijnve] for the implementation.
62+
[rluvaton] and [pepijnve] for the implementation. See the
63+
[Optimizing SQL CASE Expression Evaluation] blog post for more details.
6364

6465
[rluvaton]: https://github.com/rluvaton
6566
[pepijnve]: https://github.com/pepijnve
6667

6768

6869
[#18075]: https://github.com/apache/datafusion/issues/18075
6970
[#18183]: https://github.com/apache/datafusion/pull/18183
71+
[Optimizing SQL CASE Expression Evaluation]: /blog/2026/02/02/datafusion_case/
7072

7173
### `MIN`/`MAX` Aggregate Dynamic Filters
7274

0 commit comments

Comments
 (0)