Skip to content

Commit

Permalink
minor: remove expr dependency from the row crate, update crate-deps.d…
Browse files Browse the repository at this point in the history
…ot/svg (#2470)
  • Loading branch information
yjshen authored May 6, 2022
1 parent de7f15b commit 7c98a43
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 110 deletions.
1 change: 0 additions & 1 deletion datafusion/row/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jit = ["datafusion-jit"]
[dependencies]
arrow = { version = "13" }
datafusion-common = { path = "../common", version = "7.0.0" }
datafusion-expr = { path = "../expr", version = "7.0.0" }
datafusion-jit = { path = "../jit", version = "7.0.0", optional = true }
paste = "^1.0"
rand = "0.8"
1 change: 0 additions & 1 deletion dev/release/crate-deps.dot
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ digraph G {
datafusion_jit -> datafusion_expr

datafusion_row -> datafusion_common
datafusion_row -> datafusion_expr
datafusion_row -> datafusion_jit

datafusion -> datafusion_common
Expand Down
Loading

0 comments on commit 7c98a43

Please sign in to comment.