From fa36ce81ea649bd454fc79d348bde2dd7e3c6d1c Mon Sep 17 00:00:00 2001 From: Cancai Cai <77189278+caicancai@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:58:09 +0800 Subject: [PATCH] docs/fix: fix error message (#591) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee545e12..bc722426 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ [![master-ce7-builds](https://github.com/blaze-init/blaze/actions/workflows/build-ce7-releases.yml/badge.svg?branch=master)](https://github.com/blaze-init/blaze/actions/workflows/build-ce7-releases.yml) The Blaze accelerator for Apache Spark leverages native vectorized execution to accelerate query processing. It combines -the power of the [Apache Arrow-DataFusion](https://arrow.apache.org/datafusion/) library and the scale of the Spark distributed +the power of the [Apache DataFusion](https://arrow.apache.org/datafusion/) library and the scale of the Spark distributed computing framework. Blaze takes a fully optimized physical plan from Spark, mapping it into DataFusion's execution plan, and performs native @@ -66,7 +66,7 @@ Blaze has been well tested on jdk8 and maven3.5, should work fine with higher ve 4. Check out the source code. ```shell -git clone git@github.com:blaze-init/blaze.git +git clone git@github.com:kwai/blaze.git cd blaze ```