alamb commented on issue #9892:
URL:
https://github.com/apache/arrow-datafusion/issues/9892#issuecomment-2031765580
BTW while updating influxdb we ended up with a bunch of the following in our
code. I think the API @viirya is describing on this ticket would help us too
```rust
let date_bin = datafusion::functions::datetime::functions()
.iter()
.find(|fun| fun.name().eq("date_bin"))
.expect("should have date_bin UDF")
.to_owned();
let planner = InfluxQLToLogicalPlan::new(&sp, &iox_ctx, date_bin);```
--
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]