@@ -66,6 +66,23 @@ lto = false
6666codegen-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+
6986datafusion = { git = ' https://github.com/hstack/arrow-datafusion.git' , branch = ' main' }
7087datafusion-catalog = { git = ' https://github.com/hstack/arrow-datafusion.git' , branch = ' main' }
7188datafusion-catalog-listing = { git = ' https://github.com/hstack/arrow-datafusion.git' , branch = ' main' }
0 commit comments