You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/25 10:12:20 UTC

[arrow-site] branch main updated: [WEBSITE]: Minor fix blog link on DataFusion 26 blog (#376)

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/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f5e46f398f [WEBSITE]: Minor fix blog link on DataFusion 26 blog (#376)
0f5e46f398f is described below

commit 0f5e46f398f5f69548e951d64f84bb168832cac1
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Sun Jun 25 06:12:15 2023 -0400

    [WEBSITE]: Minor fix blog link on DataFusion 26 blog (#376)
    
    @stuartcarnie noticed this link was incorrect, it should point at
    https://www.synnada.ai/blog/general-purpose-stream-joins-via-pruning-symmetric-hash-joins
---
 _posts/2023-06-24-datafusion-25.0.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2023-06-24-datafusion-25.0.0.md b/_posts/2023-06-24-datafusion-25.0.0.md
index 244d83cfa42..7027f610a6f 100644
--- a/_posts/2023-06-24-datafusion-25.0.0.md
+++ b/_posts/2023-06-24-datafusion-25.0.0.md
@@ -152,7 +152,7 @@ runtime errors].
 [unbounded datasources]: https://docs.rs/datafusion/latest/datafusion/physical_plan/trait.ExecutionPlan.html#method.unbounded_output
 [streaming group by]: https://docs.rs/datafusion/latest/datafusion/physical_plan/aggregates/enum.GroupByOrderMode.html
 [symmetric hash join]: https://docs.rs/datafusion/latest/datafusion/physical_plan/joins/struct.SymmetricHashJoinExec.html
-[synnada blog post]: https://github.com/apache/arrow-datafusion/issues/4285
+[synnada blog post]: https://www.synnada.ai/blog/general-purpose-stream-joins-via-pruning-symmetric-hash-joins
 [memory management]: https://docs.rs/datafusion/latest/datafusion/execution/memory_pool/index.html
 [generate runtime errors]: https://github.com/apache/arrow-datafusion/issues/3941