You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/05/28 20:50:48 UTC

[arrow-ballista] branch master updated: remove duplicate readme (#45)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 619349ff remove duplicate readme (#45)
619349ff is described below

commit 619349ff22fc02d69a1ca44829af9bdecdad07d3
Author: Yang Jiang <37...@users.noreply.github.com>
AuthorDate: Sun May 29 04:50:44 2022 +0800

    remove duplicate readme (#45)
---
 ballista-cli/README.md | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/ballista-cli/README.md b/ballista-cli/README.md
index 733329e0..b5314c80 100644
--- a/ballista-cli/README.md
+++ b/ballista-cli/README.md
@@ -69,16 +69,7 @@ Ballista CLI v0.6.0
 
 ## Ballista-Cli
 
-Build the `ballista-cli` without the feature of ballista.
-
-```bash
-cd arrow-datafusion/ballista-cli
-cargo build
-```
-
-## Ballista
-
-If you want to execute the SQL in ballista by `ballista-cli`, you must build/compile the `ballista-cli` with features of "ballista" first.
+If you want to execute the SQL in ballista by `ballista-cli`, you must build/compile `ballista-cli` first.
 
 ```bash
 cd arrow-datafusion/ballista-cli