This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 036f20d6 Fix typo in README (#1425)
036f20d6 is described below
commit 036f20d6615bd1d10fbd6107d97c08e388f8c933
Author: guixiaowen <[email protected]>
AuthorDate: Thu Oct 9 11:37:15 2025 +0800
Fix typo in README (#1425)
Co-authored-by: guihuawen <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 037d2eb7..0cb2bc88 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
<p align="center"><img src="./dev/auron-logo.png" /></p>
-The Auron accelerator for big data engine (e.g., Spark, Flink) leverages
native vectorized execution to accelerate query processing. It combines
+The Auron accelerator for big data engines (e.g., Spark, Flink) leverages
native vectorized execution to accelerate query processing. It combines
the power of the [Apache DataFusion](https://arrow.apache.org/datafusion/)
library and the scale of the distributed
computing framework.