From 51c8203bc44b32631775c3ca8471fb33555f3bc7 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 13 Aug 2024 15:04:54 +0000 Subject: [PATCH] chore: remove features which cause issues --- crates/test/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/test/Cargo.toml b/crates/test/Cargo.toml index 314c6fefa3..b4fa816176 100644 --- a/crates/test/Cargo.toml +++ b/crates/test/Cargo.toml @@ -21,5 +21,3 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] } [features] default = [] datafusion = ["deltalake-core/datafusion"] -hdfs = [] -azure = []