From 63c7ce1f081966b03ceb499e5ddba942348a0a92 Mon Sep 17 00:00:00 2001 From: jonahgao Date: Tue, 8 Oct 2024 17:25:29 +0800 Subject: [PATCH] Remove regex and base64 --- datafusion/physical-expr/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/datafusion/physical-expr/Cargo.toml b/datafusion/physical-expr/Cargo.toml index f9fb6f2f77b4..4195e684381f 100644 --- a/datafusion/physical-expr/Cargo.toml +++ b/datafusion/physical-expr/Cargo.toml @@ -43,7 +43,6 @@ arrow-buffer = { workspace = true } arrow-ord = { workspace = true } arrow-schema = { workspace = true } arrow-string = { workspace = true } -base64 = { version = "0.22", optional = true } chrono = { workspace = true } datafusion-common = { workspace = true, default-features = true } datafusion-expr = { workspace = true } @@ -57,7 +56,6 @@ itertools = { workspace = true, features = ["use_std"] } log = { workspace = true } paste = "^1.0" petgraph = "0.6.2" -regex = { workspace = true, optional = true } [dev-dependencies] arrow = { workspace = true, features = ["test_utils"] }