Skip to content

Commit 8d76895

Browse files
committed
update df version
1 parent e653b4e commit 8d76895

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@ crossbeam-deque = "0.8.6"
8787
crossbeam-queue = "0.3.12"
8888
crossterm = "0.29"
8989
dashmap = "6.1.0"
90-
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780", default-features = false }
91-
datafusion-catalog = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
92-
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
93-
datafusion-common-runtime = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
94-
datafusion-datasource = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780", default-features = false }
95-
datafusion-execution = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
96-
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
97-
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
98-
datafusion-physical-expr-adapter = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
99-
datafusion-physical-expr-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
100-
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "d799780" }
90+
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab", default-features = false }
91+
datafusion-catalog = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
92+
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
93+
datafusion-common-runtime = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
94+
datafusion-datasource = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab", default-features = false }
95+
datafusion-execution = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
96+
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
97+
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
98+
datafusion-physical-expr-adapter = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
99+
datafusion-physical-expr-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
100+
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
101101
dirs = "6.0.0"
102102
divan = { package = "codspeed-divan-compat", version = "3.0" }
103103
dyn-hash = "0.2.0"

0 commit comments

Comments
 (0)