File tree 2 files changed +5
-5
lines changed
datafusion-examples/examples/ffi
ffi_example_table_provider
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ version = "0.1.0"
21
21
edition = " 2021"
22
22
23
23
[dependencies ]
24
- datafusion = { workspace = true }
25
- datafusion-ffi = { workspace = true }
26
24
abi_stable = " 0.11.3"
27
25
arrow = { workspace = true }
28
26
arrow-array = { workspace = true }
29
27
arrow-schema = { workspace = true }
28
+ datafusion = { workspace = true }
29
+ datafusion-ffi = { workspace = true }
30
30
ffi_module_interface = { path = " ../ffi_module_interface" }
31
31
32
32
[lib ]
33
33
name = " ffi_example_table_provider"
34
- crate-type = [" cdylib" ,' rlib' ]
34
+ crate-type = [" cdylib" , ' rlib' ]
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ version = "0.1.0"
21
21
edition = " 2021"
22
22
23
23
[dependencies ]
24
- tokio = { workspace = true , features = [ " rt-multi-thread " , " parking_lot " ] }
24
+ abi_stable = " 0.11.3 "
25
25
datafusion = { workspace = true }
26
26
datafusion-ffi = { workspace = true }
27
27
ffi_module_interface = { path = " ../ffi_module_interface" }
28
- abi_stable = " 0.11.3 "
28
+ tokio = { workspace = true , features = [ " rt-multi-thread " , " parking_lot " ] }
You can’t perform that action at this time.
0 commit comments