Omega359 commented on code in PR #9537:
URL: https://github.com/apache/arrow-datafusion/pull/9537#discussion_r1521386239
##########
datafusion/core/tests/optimizer_integration.rs:
##########
@@ -342,7 +343,12 @@ fn test_sql(sql: &str) -> Result<LogicalPlan> {
let statement = &ast[0];
// create a logical query plan
- let context_provider = MyContextProvider::default();
+ let now_udf = datetime::functions()
Review Comment:
Thinking about this more - the issue is not test related because we can use
dev dependencies. The issue is publishing to crates.io because cargo publishes
with dev-dependencies and has been for many many years according to the [bug
report](https://github.com/rust-lang/cargo/issues/4242). Would it be possible
to just fix that by the use of --no-dev-deps or something similar during
publishing?
🤔
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]