This is an automated email from the ASF dual-hosted git repository. blaginin pushed a commit to branch db/dorny-rs-failure in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git
commit 44dbfb3c9270ae445ae59fce972c82d687e0e61f Author: blaginin <[email protected]> AuthorDate: Mon Jan 26 09:13:24 2026 +0000 dorny: failed rs change --- datafusion/expr/src/arguments.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/datafusion/expr/src/arguments.rs b/datafusion/expr/src/arguments.rs index f10cf50f6..d7a96f4ef 100644 --- a/datafusion/expr/src/arguments.rs +++ b/datafusion/expr/src/arguments.rs @@ -334,6 +334,7 @@ mod tests { #[test] fn test_mixed_positional_and_named() { + panic!(); let param_names = vec!["a".to_string(), "b".to_string(), "c".to_string()]; // Call with: func(1, c => 3.0, b => "hello") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
