Skip to content

Commit 8203c7b

Browse files
author
Jiayu Liu
committed
datafusion 6.0.0
1 parent 035e67c commit 8203c7b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Formula/datafusion.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Datafusion < Formula
22
desc "Apache Arrow DataFusion and Ballista query engines"
33
homepage "https://arrow.apache.org/datafusion"
4-
url "https://github.com/apache/arrow-datafusion/archive/refs/tags/5.0.0.tar.gz"
5-
sha256 "7ba05bba8b7ea3b1f7ff6b3d1b1a3413a81540c57342ef331d51a07ad4a7b7a8"
4+
url "https://github.com/apache/arrow-datafusion/archive/refs/tags/6.0.0.tar.gz"
5+
sha256 "a40f74060a8b9fdb4b630a57c2b36f02961fa9759f1fa0d6568e34e12348dc5f"
66
license "Apache-2.0"
77
head "https://github.com/apache/arrow-datafusion.git", branch: "master"
88

@@ -16,6 +16,8 @@ class Datafusion < Formula
1616
end
1717

1818
depends_on "rust" => :build
19+
# building ballista requires installing rustfmt
20+
depends_on "rustfmt" => :build
1921

2022
def install
2123
system "cargo", "install", *std_cargo_args(path: "datafusion-cli")

0 commit comments

Comments
 (0)