Skip to content

Commit 2755624

Browse files
committed
Fix count
1 parent e7e62f9 commit 2755624

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ crossbeam-deque = "0.8.6"
8686
crossbeam-queue = "0.3.12"
8787
crossterm = "0.29"
8888
dashmap = "6.1.0"
89-
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d", default-features = false }
90-
datafusion-catalog = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d" }
91-
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d" }
92-
datafusion-common-runtime = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d" }
93-
datafusion-datasource = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d", default-features = false }
94-
datafusion-execution = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d" }
95-
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d" }
96-
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d" }
97-
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "faca92d" }
89+
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2", default-features = false }
90+
datafusion-catalog = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2" }
91+
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2" }
92+
datafusion-common-runtime = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2" }
93+
datafusion-datasource = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2", default-features = false }
94+
datafusion-execution = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2" }
95+
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2" }
96+
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2" }
97+
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "055e9c2" }
9898
dirs = "6.0.0"
9999
divan = { package = "codspeed-divan-compat", version = "3.0" }
100100
dyn-hash = "0.2.0"

0 commit comments

Comments
 (0)