From 1f6421cec81176877ed3cde7e8733ddfb4cd8b08 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 31 Mar 2024 05:34:44 -0400 Subject: [PATCH] Minor: Add SIGMOD paper reference to architecture guide --- datafusion/core/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/datafusion/core/src/lib.rs b/datafusion/core/src/lib.rs index 5dc3e1ce7d3f..f6e2171d6b5f 100644 --- a/datafusion/core/src/lib.rs +++ b/datafusion/core/src/lib.rs @@ -167,6 +167,11 @@ //! overview of how DataFusion is organized and then link to other //! sections of the docs with more details --> //! +//! You can find a formal description of DataFusion's architecture in our +//! [SIGMOD 2024 Paper]. +//! +//! [SIGMOD 2024 Paper]: https://github.com/apache/arrow-datafusion/files/14789704/DataFusion_Query_Engine___SIGMOD_2024-FINAL.pdf +//! //! ## Overview Presentations //! //! The following presentations offer high level overviews of the