From a90aecf8f20cff786142a0d69b5d3dfbff4ab814 Mon Sep 17 00:00:00 2001 From: blaginin Date: Sun, 9 Nov 2025 15:55:22 +0000 Subject: [PATCH] Non code changing test --- docs/source/user-guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/introduction.md b/docs/source/user-guide/introduction.md index 778562d55..d05abb7c9 100644 --- a/docs/source/user-guide/introduction.md +++ b/docs/source/user-guide/introduction.md @@ -191,7 +191,7 @@ provide integrations with other systems, some of which are described below: ## Why DataFusion? -- _High Performance_: Leveraging Rust and Arrow's memory model, DataFusion is very fast. +- _High Performance_: Leveraging Rust and Arrow's memory model, DataFusion is very fast. This is a test change - _Easy to Connect_: Being part of the Apache Arrow ecosystem (Arrow, Parquet, and Flight), DataFusion works well with the rest of the big data ecosystem - _Easy to Embed_: Allowing extension at almost any point in its design, and published regularly as a crate on [crates.io](http://crates.io), DataFusion can be integrated and tailored for your specific usecase. - _High Quality_: Extensively tested, both by itself and with the rest of the Arrow ecosystem, DataFusion can and is used as the foundation for production systems.