Skip to content

Commit

Permalink
docs/fix: fix error message (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Sep 26, 2024
1 parent 5fd90b4 commit fa36ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 [email protected]:blaze-init/blaze.git
git clone [email protected]:kwai/blaze.git
cd blaze
```

Expand Down

0 comments on commit fa36ce8

Please sign in to comment.