Skip to content

Commit b68eda0

Browse files
suremarcxudong963
authored andcommitted
update datafusion fork rev
1 parent 3ff82e0 commit b68eda0

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
@@ -28,19 +28,19 @@ keywords = ["arrow", "arrow-rs", "datafusion"]
2828
rust-version = "1.80"
2929

3030
[dependencies]
31-
arrow = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" }
32-
arrow-schema = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" }
31+
arrow = { version = "54.1.0" }
32+
arrow-schema = { version = "54.1.0" }
3333
async-trait = "0.1"
3434
dashmap = "6"
35-
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
36-
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
37-
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
38-
datafusion-functions = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
39-
datafusion-functions-aggregate = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
40-
datafusion-optimizer = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
41-
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
42-
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
43-
datafusion-sql = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "2b5cec2" }
35+
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
36+
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
37+
datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
38+
datafusion-functions = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
39+
datafusion-functions-aggregate = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
40+
datafusion-optimizer = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
41+
datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
42+
datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
43+
datafusion-sql = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
4444
futures = "0.3"
4545
itertools = "0.13"
4646
log = "0.4"

0 commit comments

Comments
 (0)