This is an automated email from the ASF dual-hosted git repository. github-merge-queue[bot] pushed a commit to branch gh-readonly-queue/main/pr-22325-bafb5aa2a88b685444589b3a8796690034ad89ef in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit c527051051f270f60943741a9ea8abd71456f431 Author: Jarro van Ginkel <[email protected]> AuthorDate: Mon May 18 15:13:41 2026 +0200 Fix: deadlink in "Concepts, Reading, Events" page to DataFusion blog (#22325) ## Which issue does this PR close? - Closes #22324. ## Rationale for this change Fixes deadlink in documentation. ## What changes are included in this PR? Using correct URL. ## Are these changes tested? Manual. ## Are there any user-facing changes? Documentation. --- docs/source/user-guide/concepts-readings-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/concepts-readings-events.md b/docs/source/user-guide/concepts-readings-events.md index f4ecb43d82..712f54a046 100644 --- a/docs/source/user-guide/concepts-readings-events.md +++ b/docs/source/user-guide/concepts-readings-events.md @@ -41,7 +41,7 @@ This is a list of DataFusion related blog posts, articles, and other resources. - **2026-04-04** [Video: Generalized Consensus & Native Top-K Joins in ParadeDB](https://www.youtube.com/watch?v=TeFsBVIYBis) -- **2026-03-31** [Blog: Writing Custom Table Providers in Apache DataFusion](https://datafusion.apache.org/blog/2026/03/31/custom-table-providers/) +- **2026-03-31** [Blog: Writing Custom Table Providers in Apache DataFusion](https://datafusion.apache.org/blog/2026/03/31/writing-table-providers/) - **2026-03-24** [Podcast: The Data Fusion Secret & Why Custom Query Engines Fail with Nikita Lapkov](https://www.youtube.com/watch?v=HkYF2So6nHQ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
