zhuliquan opened a new issue, #11844: URL: https://github.com/apache/datafusion/issues/11844
### Describe the bug Hello, I'am Arroyo (which is Distributed stream processing engine based on DataFusion) user. Arroyo upgrade datafusion version latest (i.e. 0.40) recently. But I meet below error ```shell 2024-08-06T08:28:28.674123Z DEBUG datafusion_functions: /home/zhuliquan/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/datafusion-functions-40.0.0/src/lib.rs:179: Overwrite existing UDF: contains test arrow::expression_match::test::test_execuator_process_batch ... FAILED failures: ---- arrow::expression_match::test::test_execuator_process_batch stdout ---- thread 'arrow::expression_match::test::test_execuator_process_batch' panicked at crates/arroyo-worker/src/arrow/expression_match.rs:64:88: called `Result::unwrap()` on an `Err` value: Execution error: UDF sha256 not found ``` according to error info, `sha256` udf is missing and not registry. Meanwhile, I found other crypto udfs are not available. It's seems that missing some builtin udfs in `all_default_functions` https://github.com/apache/datafusion/blob/1c98e6e640090600d36ce51f87919fea7b6eeed2/datafusion/functions/src/lib.rs#L161-L172 I click `crypto::functions`, then jump to below code, but others jump to own package. https://github.com/apache/datafusion/blob/1c98e6e640090600d36ce51f87919fea7b6eeed2/datafusion/functions/src/lib.rs#L127-L129 ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
