Skip to content

Commit 2f860cb

Browse files
authored
Minor: Update SIGMOD paper reference url (#10860)
1 parent 5912025 commit 2f860cb

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

datafusion/core/src/lib.rs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
//! You can find a formal description of DataFusion's architecture in our
171171
//! [SIGMOD 2024 Paper].
172172
//!
173-
//! [SIGMOD 2024 Paper]: https://github.com/apache/datafusion/files/14789704/DataFusion_Query_Engine___SIGMOD_2024-FINAL.pdf
173+
//! [SIGMOD 2024 Paper]: https://dl.acm.org/doi/10.1145/3626246.3653368
174174
//!
175175
//! ## Overview Presentations
176176
//!
@@ -448,6 +448,20 @@
448448
//! * [datafusion_physical_plan]: [`ExecutionPlan`] and related expressions
449449
//! * [datafusion_sql]: SQL planner ([`SqlToRel`])
450450
//!
451+
//! ## Citing DataFusion in Academic Papers
452+
//!
453+
//! You can use the following citation to reference DataFusion in academic papers:
454+
//!
455+
//! ```text
456+
//! @inproceedings{lamb2024apache
457+
//! title={Apache Arrow DataFusion: A Fast, Embeddable, Modular Analytic Query Engine},
458+
//! author={Lamb, Andrew and Shen, Yijie and Heres, Dani{\"e}l and Chakraborty, Jayjeet and Kabak, Mehmet Ozan and Hsieh, Liang-Chi and Sun, Chao},
459+
//! booktitle={Companion of the 2024 International Conference on Management of Data},
460+
//! pages={5--17},
461+
//! year={2024}
462+
//! }
463+
//! ```
464+
//!
451465
//! [sqlparser]: https://docs.rs/sqlparser/latest/sqlparser
452466
//! [`SqlToRel`]: sql::planner::SqlToRel
453467
//! [`Expr`]: datafusion_expr::Expr

0 commit comments

Comments
 (0)