From f1655a2462981850d9f47e05d97bd1babd48e191 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 7 Aug 2023 15:30:42 -0400 Subject: [PATCH] update comment --- datafusion/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index def2dc7410c8..6dc1ff05e860 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -94,7 +94,7 @@ url = "2.2" uuid = { version = "1.0", features = ["v4"] } xz2 = { version = "0.1", optional = true } zstd = { version = "0.12", optional = true, default-features = false } -# workaround https://github.com/apache/arrow-datafusion/issues/7221 +# workaround for https://github.com/google/zerocopy/issues/228 zerocopy = "=0.6.1"