Bruce Ritchie

Results 70 comments of Bruce Ritchie

> > My use of async in udf's currently is to query either an external system or datafusion itself. > > That is interesting, it almost sounds like you are...

referenced in https://github.com/apache/datafusion-python/issues/875

UDF's currently do not have access to the DF context which would make implementing this using configuration a bit difficult. What could be easily supported is allowing an additional argument...

Sounds good. I would like to still think about what it would take to get udf's access to the config though.

Now that #16970 was merged this should now be feasible.

> Related to this work specifically, is there any guidance on using something like Tokio console with DataFusion? I was about to start experimenting with it myself, but if anyone...

https://github.com/apache/datafusion-site/pull/83 https://github.com/apache/datafusion-site/pull/84

The duckdb naming is unfortunate, so easy to confuse with sql union.

Not sure what to do about the cargo fmt error - the PR output is what cargo fmt results in locally. ``` bruce@devbox:/opt/dev/datafusion$ rustup show Default host: x86_64-unknown-linux-gnu rustup home:...

> This is so weird issue, sometime `cargo clean` helps, otherwise rust total reinstall what helped me I've noticed cargo fmt bouncing around the ordering of imports in 1.91 in...