You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2024/02/20 07:03:09 UTC

(arrow-datafusion) branch main updated (cf92f3b01f -> 336dc66e51)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from cf92f3b01f chore: use taplo to format Cargo.toml manifests (#9263)
     add 336dc66e51 feat: Implement `FunctionRegistry::register_udwf` and `FunctionRegistry::register_udaf` for SessionContext, MemoryFunctionRegistry and TaskContext (#9226)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/execution/context/mod.rs | 12 ++++++++++++
 datafusion/execution/src/registry.rs         | 11 +++++++++--
 datafusion/execution/src/task.rs             | 15 +++++++++++++++
 datafusion/proto/src/bytes/mod.rs            | 24 ++++++++++++++++++++++++
 datafusion/proto/src/bytes/registry.rs       | 12 ++++++++++++
 5 files changed, 72 insertions(+), 2 deletions(-)