You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/01/17 21:05:01 UTC

[arrow-datafusion] branch alamb-patch-1 created (now cacb94360)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch alamb-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


      at cacb94360 Minor: comma engineering in Readme

This branch includes the following new commits:

     new cacb94360 Minor: comma engineering in Readme

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow-datafusion] 01/01: Minor: comma engineering in Readme

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch alamb-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git

commit cacb94360b153a34654042876e7abf97be0ebe2d
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Tue Jan 17 16:04:56 2023 -0500

    Minor: comma engineering in Readme
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 237c21aa4..05fb3cbb7 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ DataFusion is a very fast, extensible query engine for building high-quality dat
 [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.
+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.
 
 [![Coverage Status](https://codecov.io/gh/apache/arrow-datafusion/rust/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/arrow-datafusion?branch=master)
 
@@ -97,7 +97,7 @@ when DataFusion might be be suitable and unsuitable for your needs:
   it is written in C/C++ and does not include a SQL frontend or planning /optimization
   framework.
 
-- [DataBend](https://github.com/datafuselabs/databend) is a complete,
+- [DataBend](https://github.com/datafuselabs/databend) is a complete
   database system. Like DataFusion it is also written in Rust and
   utilizes the Apache Arrow memory model, but unlike DataFusion it
   targets end-users rather than developers of other database systems.