Skip to content

Commit c858455

Browse files
authored
Minor: Add SIGMOD paper reference to architecture guide (#9886)
1 parent f300168 commit c858455

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

datafusion/core/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
//! overview of how DataFusion is organized and then link to other
168168
//! sections of the docs with more details -->
169169
//!
170+
//! You can find a formal description of DataFusion's architecture in our
171+
//! [SIGMOD 2024 Paper].
172+
//!
173+
//! [SIGMOD 2024 Paper]: https://github.com/apache/arrow-datafusion/files/14789704/DataFusion_Query_Engine___SIGMOD_2024-FINAL.pdf
174+
//!
170175
//! ## Overview Presentations
171176
//!
172177
//! The following presentations offer high level overviews of the

0 commit comments

Comments
 (0)