Skip to content

Commit 8d5276b

Browse files
committed
update df version
1 parent 287ecaf commit 8d5276b

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/polygon-io/arrow-datafusion", rev = "ab03bab", default-features = false }
98-
datafusion-catalog = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
99-
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
100-
datafusion-common-runtime = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
101-
datafusion-datasource = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab", default-features = false }
102-
datafusion-execution = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
103-
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
104-
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
105-
datafusion-physical-expr-adapter = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
106-
datafusion-physical-expr-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
107-
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
108-
datafusion-pruning = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "ab03bab" }
97+
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973", default-features = false }
98+
datafusion-catalog = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
99+
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
100+
datafusion-common-runtime = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
101+
datafusion-datasource = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973", default-features = false }
102+
datafusion-execution = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
103+
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
104+
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
105+
datafusion-physical-expr-adapter = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
106+
datafusion-physical-expr-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
107+
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
108+
datafusion-pruning = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "50e9973" }
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)