We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee169d commit c146550Copy full SHA for c146550
Formula/d/datafusion.rb
@@ -1,8 +1,8 @@
1
class Datafusion < Formula
2
desc "Apache Arrow DataFusion and Ballista query engines"
3
homepage "https://arrow.apache.org/datafusion"
4
- url "https://github.com/apache/arrow-datafusion/archive/refs/tags/42.2.0.tar.gz"
5
- sha256 "028f9d5b00a8d751cce6de30cf164fd27382d1f663c6238ea3bbc1e018c41cbd"
+ url "https://github.com/apache/arrow-datafusion/archive/refs/tags/43.0.0.tar.gz"
+ sha256 "a873124503ab5182dd3c00db52ed7bae29d09f72900442aaeff7854bfe8600fd"
6
license "Apache-2.0"
7
head "https://github.com/apache/arrow-datafusion.git", branch: "master"
8
0 commit comments