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

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


The following commit(s) were added to refs/heads/main by this push:
     new de42975  doc: Update DataFusion project name and url (#300)
de42975 is described below

commit de429758a87250adf78119dfbe5fac4724b2f462
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Mon Apr 22 13:05:27 2024 -0700

    doc: Update DataFusion project name and url (#300)
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d43e461..299b390 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Apache Arrow DataFusion Comet
+# Apache DataFusion Comet
 
-Comet is an Apache Spark plugin that uses [Apache Arrow 
DataFusion](https://arrow.apache.org/datafusion/)
+Comet is an Apache Spark plugin that uses [Apache 
DataFusion](https://datafusion.apache.org/datafusion/)
 as native runtime to achieve improvement in terms of query efficiency and 
query runtime.
 
 Comet runs Spark SQL queries using the native DataFusion runtime, which is
@@ -72,13 +72,13 @@ Make sure the requirements above are met and software 
installed on your machine
 
 ### Clone repo
 ```commandline
-git clone https://github.com/apache/arrow-datafusion-comet.git
+git clone https://github.com/apache/datafusion-comet.git
 ```
 
 ### Specify the Spark version and build the Comet
 Spark 3.4 used for the example.
 ```
-cd arrow-datafusion-comet
+cd datafusion-comet
 make release PROFILES="-Pspark-3.4"
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to