We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d92a6a commit 4c6e070Copy full SHA for 4c6e070
1 file changed
src/udtf.rs
@@ -83,6 +83,7 @@ impl PyTableFunction {
83
}
84
85
86
+#[allow(clippy::result_large_err)]
87
fn call_python_table_function(
88
func: &Arc<PyObject>,
89
args: &[Expr],
0 commit comments