Skip to content

Commit d39852d

Browse files
jonahgaozhuliquan
authored andcommitted
Temporary fix for CI (apache#13689)
1 parent a960c6d commit d39852d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

datafusion/core/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ xz2 = { version = "0.1", optional = true, features = ["static"] }
132132
zstd = { version = "0.13", optional = true, default-features = false }
133133

134134
[dev-dependencies]
135+
# Temporary fix for https://github.com/apache/datafusion/issues/13686
136+
# TODO: Remove it once the upstream has a fix
137+
lexical-write-integer = { version = "=1.0.2" }
138+
135139
arrow-buffer = { workspace = true }
136140
async-trait = { workspace = true }
137141
criterion = { version = "0.5", features = ["async_tokio"] }

0 commit comments

Comments
 (0)