Skip to content

Commit 097523f

Browse files
authored
Minor: comma engineering in Readme (#4954)
1 parent 2f0ed38 commit 097523f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DataFusion is a very fast, extensible query engine for building high-quality dat
2525
[Rust](http://rustlang.org), using the [Apache Arrow](https://arrow.apache.org)
2626
in-memory format.
2727

28-
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.
28+
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.
2929

3030
[![Coverage Status](https://codecov.io/gh/apache/arrow-datafusion/rust/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/arrow-datafusion?branch=master)
3131

@@ -97,7 +97,7 @@ when DataFusion might be be suitable and unsuitable for your needs:
9797
it is written in C/C++ and does not include a SQL frontend or planning /optimization
9898
framework.
9999

100-
- [DataBend](https://github.com/datafuselabs/databend) is a complete,
100+
- [DataBend](https://github.com/datafuselabs/databend) is a complete
101101
database system. Like DataFusion it is also written in Rust and
102102
utilizes the Apache Arrow memory model, but unlike DataFusion it
103103
targets end-users rather than developers of other database systems.

0 commit comments

Comments
 (0)