File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ unicode_expressions = []
4343unparser = []
4444recursive_protection = [" dep:recursive" ]
4545
46+ # Note the sql planner should not depend directly on the datafusion-function packages
47+ # so that it can be used in a standalone manner with other function implementations.
48+ #
49+ # They are used for testing purposes only, so they are in the dev-dependencies section.
4650[dependencies ]
4751arrow = { workspace = true }
4852bigdecimal = { workspace = true }
@@ -56,6 +60,7 @@ sqlparser = { workspace = true }
5660
5761[dev-dependencies ]
5862ctor = { workspace = true }
63+ # please do not move these dependencies to the main dependencies section
5964datafusion-functions = { workspace = true , default-features = true }
6065datafusion-functions-aggregate = { workspace = true }
6166datafusion-functions-nested = { workspace = true }
You can’t perform that action at this time.
0 commit comments