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-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e71c8876 Remove ballista pin (#2611)
8e71c8876 is described below

commit 8e71c887621254b3d18523ad182045a9e987ee12
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Tue May 24 22:16:01 2022 +0100

    Remove ballista pin (#2611)
---
 dev/build-arrow-ballista.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev/build-arrow-ballista.sh b/dev/build-arrow-ballista.sh
index ebc5fd736..0c3922627 100755
--- a/dev/build-arrow-ballista.sh
+++ b/dev/build-arrow-ballista.sh
@@ -23,7 +23,8 @@ set -e
 rm -rf arrow-ballista 2>/dev/null
 
 # clone the repo
-git clone https://github.com/tustvold/arrow-ballista -b fix-file-format
+# TODO make repo/branch configurable
+git clone https://github.com/apache/arrow-ballista
 
 # update dependencies to local crates
 python ./dev/make-ballista-deps-local.py

Reply via email to