From d39852de4363255bb7784c6e6eefd41d169675ab Mon Sep 17 00:00:00 2001 From: Jonah Gao Date: Sun, 8 Dec 2024 21:58:18 +0800 Subject: [PATCH] Temporary fix for CI (#13689) --- datafusion/core/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 8b1ff5aa943b..5241603f3aa2 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"] }