You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by xu...@apache.org on 2022/06/20 13:37:34 UTC

[arrow-datafusion] branch master updated: [minor] refine doc (#2753)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bc007766f [minor] refine doc (#2753)
bc007766f is described below

commit bc007766f8f83bc3f720c6bafbd979e9335bb432
Author: Yang Jiang <ya...@ebay.com>
AuthorDate: Mon Jun 20 21:37:30 2022 +0800

    [minor] refine doc (#2753)
---
 datafusion-cli/README.md      | 2 +-
 docs/source/user-guide/faq.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/datafusion-cli/README.md b/datafusion-cli/README.md
index c07bc3128..3de19301e 100644
--- a/datafusion-cli/README.md
+++ b/datafusion-cli/README.md
@@ -66,7 +66,7 @@ DataFusion CLI v8.0.0
 
 ## DataFusion-Cli
 
-Build the `datafusion-cli` without the feature of ballista.
+Build the `datafusion-cli`.
 
 ```bash
 cd arrow-datafusion/datafusion-cli
diff --git a/docs/source/user-guide/faq.md b/docs/source/user-guide/faq.md
index f96306c1c..16a8873ff 100644
--- a/docs/source/user-guide/faq.md
+++ b/docs/source/user-guide/faq.md
@@ -28,4 +28,4 @@ DataFusion is a library for executing queries in-process using the Apache Arrow
 model and computational kernels. It is designed to run within a single process, using threads
 for parallel query execution.
 
-Ballista is a distributed compute platform built on DataFusion.
+[Ballista](https://github.com/apache/arrow-ballista) is a distributed compute platform built on DataFusion.