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/10/29 00:31:00 UTC

[arrow-ballista] branch master updated: change flightsql.md (#476)

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 7ae7d6a9 change flightsql.md (#476)
7ae7d6a9 is described below

commit 7ae7d6a9d9f680c21429748ce170ae5b24eabb45
Author: Ian Alexander Joiner <14...@users.noreply.github.com>
AuthorDate: Fri Oct 28 20:30:54 2022 -0400

    change flightsql.md (#476)
    
    Co-authored-by: Ian Alexander Joiner <ia...@system76-pc.localdomain>
---
 docs/source/user-guide/flightsql.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/source/user-guide/flightsql.md b/docs/source/user-guide/flightsql.md
index 2a39dcfc..6a99aa74 100644
--- a/docs/source/user-guide/flightsql.md
+++ b/docs/source/user-guide/flightsql.md
@@ -70,7 +70,8 @@ cargo build --release --all --features flight-sql
 ## <a name="docker"/> Run Docker Containers
 
 ```shell
-docker-compose up --build
+source dev/build-ballista-docker.sh
+docker-compose up
 ```
 
 ## <a name="jdbc"/>Download the FlightSQL JDBC Driver