Skip to content

Commit ae9b0db

Browse files
authored
Move ffi stream and utils from arrow to arrow-array (#5670)
* Move ffi stream and utils from arrow to arrow-array * Fix CI * Remove TODOs
1 parent c5b3304 commit ae9b0db

File tree

8 files changed

+289
-361
lines changed

8 files changed

+289
-361
lines changed

arrow-array/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ num = { version = "0.4.1", default-features = false, features = ["std"] }
5050
half = { version = "2.1", default-features = false, features = ["num-traits"] }
5151
hashbrown = { version = "0.14", default-features = false }
5252

53+
[features]
54+
ffi = ["arrow-schema/ffi", "arrow-data/ffi"]
55+
5356
[dev-dependencies]
5457
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
5558
criterion = { version = "0.5", default-features = false }

0 commit comments

Comments
 (0)