Skip to content

Commit

Permalink
Temporary fix for CI (#13689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgao authored Dec 8, 2024
1 parent 3ee9b3d commit 9fbf39b
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 9fbf39b

Please sign in to comment.