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

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


The following commit(s) were added to refs/heads/main by this push:
     new da776d9265 docs: fix wrong name in sub-crates' README (#8889)
da776d9265 is described below

commit da776d9265f32ada57bdd72609c730f2fd155fa4
Author: SteveLauC <[email protected]>
AuthorDate: Thu Jan 18 05:13:51 2024 +0800

    docs: fix wrong name in sub-crates' README (#8889)
---
 datafusion/core/README.md          | 2 +-
 datafusion/execution/README.md     | 2 +-
 datafusion/physical-plan/README.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/datafusion/core/README.md b/datafusion/core/README.md
index 5a9493d086..aa5dc08eaa 100644
--- a/datafusion/core/README.md
+++ b/datafusion/core/README.md
@@ -17,7 +17,7 @@
   under the License.
 -->
 
-# DataFusion Common
+# DataFusion Core
 
 [DataFusion][df] is an extensible query execution framework, written in Rust, 
that uses Apache Arrow as its in-memory format.
 
diff --git a/datafusion/execution/README.md b/datafusion/execution/README.md
index 67aac6be82..8a03255ee4 100644
--- a/datafusion/execution/README.md
+++ b/datafusion/execution/README.md
@@ -17,7 +17,7 @@
   under the License.
 -->
 
-# DataFusion Common
+# DataFusion Execution
 
 [DataFusion][df] is an extensible query execution framework, written in Rust, 
that uses Apache Arrow as its in-memory format.
 
diff --git a/datafusion/physical-plan/README.md 
b/datafusion/physical-plan/README.md
index 366a6b5551..ec604253fd 100644
--- a/datafusion/physical-plan/README.md
+++ b/datafusion/physical-plan/README.md
@@ -17,7 +17,7 @@
   under the License.
 -->
 
-# DataFusion Common
+# DataFusion Physical Plan
 
 [DataFusion][df] is an extensible query execution framework, written in Rust, 
that uses Apache Arrow as its in-memory format.
 

Reply via email to