From 9d7b2c42069eab0d76ff2f14fbe9d771c69a73f6 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sun, 8 Dec 2024 15:08:17 -0600 Subject: [PATCH] Unlock lexical-write-integer version. Issue was patched as of lexical release 1.0.5. Reverts #13689 Closes #13686 --- datafusion/core/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 4583b84cdae6..4706afc897c2 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -132,10 +132,6 @@ 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"] }