Skip to content

Commit

Permalink
Remove aggregate functions dependency on frontend
Browse files Browse the repository at this point in the history
`datafusion-sql` implements DataFusion own flavor of SQL. Since
DataFusion is also a reusable library for building query engines, the
use of `datafusion-sql` and `sqlparser` crates need to be well isolated
from the core parts.
  • Loading branch information
findepi committed Oct 2, 2024
1 parent 35adf47 commit d2f9cd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion datafusion-cli/Cargo.lock

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

1 change: 0 additions & 1 deletion datafusion/functions-aggregate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ datafusion-physical-expr-common = { workspace = true }
half = { workspace = true }
log = { workspace = true }
paste = "1.0.14"
sqlparser = { workspace = true }

[dev-dependencies]
arrow = { workspace = true, features = ["test_utils"] }
Expand Down

0 comments on commit d2f9cd2

Please sign in to comment.