Skip to content

Commit

Permalink
Remove unused dependencies from core
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Feb 20, 2025
1 parent f51f6ae commit 6c1da3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ datafusion-functions-aggregate = { workspace = true }
datafusion-functions-nested = { workspace = true, optional = true }
datafusion-functions-table = { workspace = true }
datafusion-functions-window = { workspace = true }
datafusion-macros = { workspace = true }
datafusion-optimizer = { workspace = true }
datafusion-physical-expr = { workspace = true }
datafusion-physical-expr-common = { workspace = true }
Expand Down Expand Up @@ -134,8 +133,6 @@ zstd = { version = "0.13", optional = true, default-features = false }
async-trait = { workspace = true }
criterion = { workspace = true, features = ["async_tokio"] }
ctor = { workspace = true }
dashmap = "6.1.0"
datafusion-doc = { workspace = true }
datafusion-functions-window-common = { workspace = true }
datafusion-physical-optimizer = { workspace = true }
doc-comment = { workspace = true }
Expand Down

0 comments on commit 6c1da3a

Please sign in to comment.