You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by xu...@apache.org on 2023/01/28 09:18:02 UTC

[arrow-datafusion] branch master updated: chore: change DataBend to Databend (#5096)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cd4005777 chore: change DataBend to Databend (#5096)
cd4005777 is described below

commit cd4005777dd7034d67cdd073bb8f0a644cef3c62
Author: xudong.w <wx...@gmail.com>
AuthorDate: Sat Jan 28 17:17:56 2023 +0800

    chore: change DataBend to Databend (#5096)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1c8137bd8..d09b7aaa9 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,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.