From 2aa1eeaa4e11cb4cc0bdb1f3b6c1352f9988913c Mon Sep 17 00:00:00 2001 From: Eduard Karacharov <13005055+korowa@users.noreply.github.com> Date: Sun, 29 May 2022 14:49:00 +0300 Subject: [PATCH] reset ballista branch to apache/master (#2641) --- dev/build-arrow-ballista.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/build-arrow-ballista.sh b/dev/build-arrow-ballista.sh index 47dbed1a3867..0c3922627310 100755 --- a/dev/build-arrow-ballista.sh +++ b/dev/build-arrow-ballista.sh @@ -24,7 +24,7 @@ rm -rf arrow-ballista 2>/dev/null # clone the repo # TODO make repo/branch configurable -git clone --branch join_filter https://github.com/korowa/arrow-ballista +git clone https://github.com/apache/arrow-ballista # update dependencies to local crates python ./dev/make-ballista-deps-local.py