andygrove commented on code in PR #476: URL: https://github.com/apache/arrow-ballista/pull/476#discussion_r1008481662
########## 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 Review Comment: Thanks @iajoiner. I am curious why `source` is required here rather than just running `./dev/build-ballista-docker.sh` ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
