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/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 2f860cb220 Minor: Update SIGMOD paper reference url (#10860)
2f860cb220 is described below
commit 2f860cb2208a8f88e97c5dd3efb860f7fb98410e
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Jun 10 18:00:29 2024 -0400
Minor: Update SIGMOD paper reference url (#10860)
---
datafusion/core/src/lib.rs | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/datafusion/core/src/lib.rs b/datafusion/core/src/lib.rs
index 24be185fb0..a081a822a8 100644
--- a/datafusion/core/src/lib.rs
+++ b/datafusion/core/src/lib.rs
@@ -170,7 +170,7 @@
//! You can find a formal description of DataFusion's architecture in our
//! [SIGMOD 2024 Paper].
//!
-//! [SIGMOD 2024 Paper]:
https://github.com/apache/datafusion/files/14789704/DataFusion_Query_Engine___SIGMOD_2024-FINAL.pdf
+//! [SIGMOD 2024 Paper]: https://dl.acm.org/doi/10.1145/3626246.3653368
//!
//! ## Overview Presentations
//!
@@ -448,6 +448,20 @@
//! * [datafusion_physical_plan]: [`ExecutionPlan`] and related expressions
//! * [datafusion_sql]: SQL planner ([`SqlToRel`])
//!
+//! ## Citing DataFusion in Academic Papers
+//!
+//! You can use the following citation to reference DataFusion in academic
papers:
+//!
+//! ```text
+//! @inproceedings{lamb2024apache
+//! title={Apache Arrow DataFusion: A Fast, Embeddable, Modular Analytic
Query Engine},
+//! 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},
+//! booktitle={Companion of the 2024 International Conference on Management
of Data},
+//! pages={5--17},
+//! year={2024}
+//! }
+//! ```
+//!
//! [sqlparser]: https://docs.rs/sqlparser/latest/sqlparser
//! [`SqlToRel`]: sql::planner::SqlToRel
//! [`Expr`]: datafusion_expr::Expr
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]