diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 4706afc897c2f..4583b84cdae65 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -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"] }