@@ -35,15 +35,15 @@ rust-version = "1.76"
3535ahash = " 0.8.11"
3636allocator-api2 = " 0.2.16"
3737arrayref = " 0.3.7"
38- arrow = { version = " 52.0 .0" , features = [" pyarrow" ] }
39- arrow-array = " 52.0 .0"
40- arrow-buffer = " 52.0 .0"
41- arrow-cast = " 52.0 .0"
42- arrow-csv = " 52.0 .0"
43- arrow-data = " 52.0 .0"
44- arrow-ipc = " 52.0 .0"
45- arrow-schema = " 52.0 .0"
46- arrow-select = " 52.0 .0"
38+ arrow = { version = " 52.1 .0" , features = [" pyarrow" ] }
39+ arrow-array = " 52.1 .0"
40+ arrow-buffer = " 52.1 .0"
41+ arrow-cast = " 52.1 .0"
42+ arrow-csv = " 52.1 .0"
43+ arrow-data = " 52.1 .0"
44+ arrow-ipc = " 52.1 .0"
45+ arrow-schema = " 52.1 .0"
46+ arrow-select = " 52.1 .0"
4747async-trait = " 0.1"
4848bindgen = " 0.69.4"
4949bytes = " 1.6.0"
@@ -53,12 +53,14 @@ criterion = { version = "0.5.1", features = ["html_reports"] }
5353croaring = " 2.0.0"
5454csv = " 1.3.0"
5555object_store = " 0.10.1"
56- datafusion = " 40.0.0"
57- datafusion-common = " 40.0.0"
58- datafusion-execution = " 40.0.0"
59- datafusion-expr = " 40.0.0"
60- datafusion-physical-expr = " 40.0.0"
61- datafusion-physical-plan = " 40.0.0"
56+
57+ datafusion = { path = " /Volumes/Code/datafusion/datafusion/core" }
58+ datafusion-common = { path = " /Volumes/Code/datafusion/datafusion/common" }
59+ datafusion-execution = { path = " /Volumes/Code/datafusion/datafusion/execution" }
60+ datafusion-expr = { path = " /Volumes/Code/datafusion/datafusion/expr" }
61+ datafusion-physical-expr = { path = " /Volumes/Code/datafusion/datafusion/physical-expr" }
62+ datafusion-physical-plan = { path = " /Volumes/Code/datafusion/datafusion/physical-plan" }
63+
6264divan = " 0.1.14"
6365duckdb = " 1.0.0"
6466enum-iterator = " 2.0.0"
@@ -115,3 +117,18 @@ warnings = "deny"
115117[workspace .lints .clippy ]
116118all = { level = " deny" , priority = -1 }
117119or_fun_call = " deny"
120+
121+ [patch .crates-io ]
122+ arrow = { path = " /Volumes/Code/arrow-rs/arrow" }
123+ arrow-array = { path = " /Volumes/Code/arrow-rs/arrow-array" }
124+ arrow-buffer = { path = " /Volumes/Code/arrow-rs/arrow-buffer" }
125+ arrow-cast = { path = " /Volumes/Code/arrow-rs/arrow-cast" }
126+ arrow-csv = { path = " /Volumes/Code/arrow-rs/arrow-csv" }
127+ arrow-data = { path = " /Volumes/Code/arrow-rs/arrow-data" }
128+ arrow-ipc = { path = " /Volumes/Code/arrow-rs/arrow-ipc" }
129+ arrow-schema = { path = " /Volumes/Code/arrow-rs/arrow-schema" }
130+ arrow-select = { path = " /Volumes/Code/arrow-rs/arrow-select" }
131+ arrow-string = { path = " /Volumes/Code/arrow-rs/arrow-string" }
132+ arrow-ord = { path = " /Volumes/Code/arrow-rs/arrow-ord" }
133+ arrow-flight = { path = " /Volumes/Code/arrow-rs/arrow-flight" }
134+ parquet = { path = " /Volumes/Code/arrow-rs/parquet" }
0 commit comments