Skip to content

Commit 6542de3

Browse files
committed
update df
1 parent 17a9fdf commit 6542de3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,18 @@ cudarc = { version = "0.17.3", features = [
9494
"dynamic-loading",
9595
], default-features = false }
9696
dashmap = "6.1.0"
97-
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29", default-features = false }
98-
datafusion-catalog = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
99-
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
100-
datafusion-common-runtime = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
101-
datafusion-datasource = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29", default-features = false }
102-
datafusion-execution = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
103-
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
104-
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
105-
datafusion-physical-expr-adapter = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
106-
datafusion-physical-expr-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
107-
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
108-
datafusion-pruning = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b5a4d29" }
97+
datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c", default-features = false }
98+
datafusion-catalog = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
99+
datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
100+
datafusion-common-runtime = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
101+
datafusion-datasource = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c", default-features = false }
102+
datafusion-execution = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
103+
datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
104+
datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
105+
datafusion-physical-expr-adapter = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
106+
datafusion-physical-expr-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
107+
datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
108+
datafusion-pruning = { git = "https://github.com/massive-com/arrow-datafusion", rev = "170950c" }
109109
dirs = "6.0.0"
110110
divan = { package = "codspeed-divan-compat", version = "4.0.4" }
111111
dyn-hash = "0.2.0"

0 commit comments

Comments
 (0)