From 3b2fc53e2d7460c10dc5a8e0039e52e533c982b7 Mon Sep 17 00:00:00 2001 From: Eduard Karacharov Date: Sun, 29 May 2022 08:04:23 +0300 Subject: [PATCH] reset ballista branch to apache/master --- 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