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/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new e0abac7702 Minor: change doc formatting to force a republish (#5702)
e0abac7702 is described below
commit e0abac770239887e5d4aca04c1604fa44da33c6c
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Mar 23 12:14:02 2023 +0100
Minor: change doc formatting to force a republish (#5702)
---
docs/source/user-guide/introduction.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/source/user-guide/introduction.md
b/docs/source/user-guide/introduction.md
index 5e6859f8d6..55fc59b320 100644
--- a/docs/source/user-guide/introduction.md
+++ b/docs/source/user-guide/introduction.md
@@ -19,9 +19,9 @@
# Introduction
-DataFusion is a very fast, extensible query engine for building high-quality
data-centric systems in
-[Rust](http://rustlang.org), using the [Apache Arrow](https://arrow.apache.org)
-in-memory format.
+DataFusion is a very fast, extensible query engine for building
+high-quality data-centric systems in [Rust](http://rustlang.org),
+using the [Apache Arrow](https://arrow.apache.org) in-memory format.
DataFusion offers SQL and Dataframe APIs, excellent
[performance](https://benchmark.clickhouse.com/), built-in support for CSV,
Parquet, JSON, and Avro, extensive customization, and a great community.