Skip to content

Commit

Permalink
Temporary fix for CI (apache#13689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgao authored and zhuliquan committed Dec 11, 2024
1 parent a960c6d commit d39852d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ xz2 = { version = "0.1", optional = true, features = ["static"] }
zstd = { version = "0.13", optional = true, default-features = false }

[dev-dependencies]
# Temporary fix for https://github.com/apache/datafusion/issues/13686
# TODO: Remove it once the upstream has a fix
lexical-write-integer = { version = "=1.0.2" }

arrow-buffer = { workspace = true }
async-trait = { workspace = true }
criterion = { version = "0.5", features = ["async_tokio"] }
Expand Down

0 comments on commit d39852d

Please sign in to comment.