From 47569b21c50eab42771ca62fd237f429362e8a62 Mon Sep 17 00:00:00 2001 From: Alexander Huszagh Date: Sun, 8 Dec 2024 19:51:44 -0600 Subject: [PATCH] Unlock lexical-write-integer version. (#13693) 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"] }