Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Nov 1, 2022
1 parent dfef4c1 commit 2adab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ async-compression = { version = "0.3.14", features = ["bzip2", "gzip", "xz", "fu
async-trait = "0.1.41"
bytes = "1.1"
bzip2 = "0.4.3"
xz2 = "0.1"
chrono = { version = "0.4.22", default-features = false }
datafusion-common = { path = "../common", version = "13.0.0", features = ["parquet", "object_store"] }
datafusion-expr = { path = "../expr", version = "13.0.0" }
Expand Down Expand Up @@ -97,6 +96,7 @@ tokio-stream = "0.1"
tokio-util = { version = "0.7.4", features = ["io"] }
url = "2.2"
uuid = { version = "1.0", features = ["v4"] }
xz2 = "0.1"

[dev-dependencies]
arrow = { version = "25.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
Expand Down

0 comments on commit 2adab03

Please sign in to comment.