Skip to content

Commit 16800b8

Browse files
committed
Upgrade version
1 parent b4f9147 commit 16800b8

File tree

3 files changed

+29
-23
lines changed

3 files changed

+29
-23
lines changed

Cargo.lock

Lines changed: 11 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,23 @@ lto = false
6666
codegen-units = 1
6767

6868
[patch.crates-io]
69+
# TODO: remove after version bump to 55.2.0
70+
# temporary pinning arrow to get this patch:
71+
# https://github.com/apache/arrow-rs/commit/e9df239980baa6d0f7eb4384eb01078bdd9b1701
72+
73+
arrow-select = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
74+
arrow-cast = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
75+
arrow-string = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
76+
arrow-ord = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
77+
arrow-json = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
78+
arrow-csv = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
79+
arrow-schema = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
80+
arrow-array = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
81+
arrow-buffer = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
82+
arrow-data = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
83+
arrow-arith = { git = 'https://github.com/apache/arrow-rs.git', rev = 'e9df239980baa6d0f7eb4384eb01078bdd9b1701' }
84+
85+
6986
datafusion = { git = 'https://github.com/hstack/arrow-datafusion.git', branch = 'main' }
7087
datafusion-catalog = { git = 'https://github.com/hstack/arrow-datafusion.git', branch = 'main' }
7188
datafusion-catalog-listing = { git = 'https://github.com/hstack/arrow-datafusion.git', branch = 'main' }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
]
4646
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
4747
#dynamic = ["version"]
48-
version = "47.0.0+adobe.1"
48+
version = "47.0.0+adobe.2"
4949

5050
[project.urls]
5151
homepage = "https://datafusion.apache.org/python"

0 commit comments

Comments
 (0)